UNPKG

@trellixio/roaster-coffee

Version:
10 lines 351 B
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