UNPKG

@wulperstudio/cms

Version:
9 lines (8 loc) 300 B
import { InputErrorProps, InputVariantType } from '../../types'; export interface SignatureInputModel extends InputErrorProps { label?: string; tooltipIconClear?: string; getSignature?: (signatureFile: File | null) => void; variant?: InputVariantType; backgroundColor?: string; }