UNPKG

2.1 kBTypeScriptView Raw
1export declare const DATEINPUT: string;
2export declare const DATEINPUT_POPOVER: string;
3export declare const DATEPICKER: string;
4export declare const DATEPICKER_CAPTION: string;
5export declare const DATEPICKER_CAPTION_CARET: string;
6export declare const DATEPICKER_CAPTION_MEASURE: string;
7export declare const DATEPICKER_CAPTION_SELECT: string;
8export declare const DATEPICKER_CONTENT: string;
9export declare const DATEPICKER_DAY = "DayPicker-Day";
10export declare const DATEPICKER_DAY_DISABLED: string;
11export declare const DATEPICKER_DAY_OUTSIDE: string;
12export declare const DATEPICKER_DAY_SELECTED: string;
13export declare const DATEPICKER_DAY_IS_TODAY: string;
14export declare const DATEPICKER_DAY_WRAPPER: string;
15export declare const DATEPICKER_FOOTER: string;
16export declare const DATEPICKER_MONTH_SELECT: string;
17export declare const DATEPICKER_YEAR_SELECT: string;
18export declare const DATEPICKER_NAVBAR: string;
19export declare const DATEPICKER_NAVBUTTON = "DayPicker-NavButton";
20export declare const DATEPICKER_TIMEPICKER_WRAPPER: string;
21export declare const DATERANGEPICKER: string;
22export declare const DATERANGEPICKER_CALENDARS: string;
23export declare const DATERANGEPICKER_CONTIGUOUS: string;
24export declare const DATERANGEPICKER_SINGLE_MONTH: string;
25export declare const DATERANGEPICKER_DAY_SELECTED_RANGE: string;
26export declare const DATERANGEPICKER_DAY_HOVERED_RANGE: string;
27export declare const DATERANGEPICKER_SHORTCUTS: string;
28export declare const DATERANGEPICKER_TIMEPICKERS: string;
29export declare const DATETIMEPICKER: string;
30export declare const TIMEPICKER: string;
31export declare const TIMEPICKER_ARROW_BUTTON: string;
32export declare const TIMEPICKER_ARROW_ROW: string;
33export declare const TIMEPICKER_DIVIDER_TEXT: string;
34export declare const TIMEPICKER_HOUR: string;
35export declare const TIMEPICKER_INPUT: string;
36export declare const TIMEPICKER_INPUT_ROW: string;
37export declare const TIMEPICKER_MILLISECOND: string;
38export declare const TIMEPICKER_MINUTE: string;
39export declare const TIMEPICKER_SECOND: string;
40export declare const TIMEPICKER_AMPM_SELECT: string;