@trellixio/roaster-coffee
Version:
Beans' product component library
10 lines • 351 B
TypeScript
export interface IsDateValid {
date: Date;
maxDate: Date;
minDate: Date;
}
export declare type Week = (Date | null)[];
export declare type DateFormat = 'YYYY MM DD' | 'DD MM YYYY';
export declare type DateSeparator = '-' | '/';
export declare type DatePickerInputError = 'INVALID_DATE' | 'OUT_OF_RANGE';
//# sourceMappingURL=types.d.ts.map