export interface ISignaturePadConfig { dotSize?: number | Function; minWidth?: number; maxWidth?: number; throttle?: number; backgroundColor?: string; penColor?: string; velocityFilterWeight?: number; onBegin?: (value: any) => {}; onEnd?: (value: any) => {}; }