UNPKG

jb-date-input

Version:
14 lines 479 B
export declare const emptyInputValueString = " / / "; /** * format of your input date strings. it effects value, min & max or other value that provides in string type to the component. */ export declare const inputFormat = "YYYY/MM/DD"; export declare const inputRegex: RegExp; export declare const dictionary: { errors: { minRangeViolation: string; maxRangeViolation: string; required: string; }; }; //# sourceMappingURL=constants.d.ts.map