export interface DateInputProps { maxlength?: string | number; placeholder?: string; disabled?: boolean; editable?: boolean; clearable?: boolean; format?: string; sourceFormat?: string; }