jb-date-input
Version:
jalali date input web component
14 lines • 479 B
TypeScript
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