@blueprintjs/datetime
Version:
Components for interacting with dates and times
41 lines (40 loc) • 2.1 kB
TypeScript
export declare const DATEINPUT: string;
export declare const DATEINPUT_POPOVER: string;
export declare const DATEPICKER: string;
export declare const DATEPICKER_CAPTION: string;
export declare const DATEPICKER_CAPTION_CARET: string;
export declare const DATEPICKER_CAPTION_MEASURE: string;
export declare const DATEPICKER_CAPTION_SELECT: string;
export declare const DATEPICKER_CONTENT: string;
export declare const DATEPICKER_DAY = "DayPicker-Day";
export declare const DATEPICKER_DAY_DISABLED: string;
export declare const DATEPICKER_DAY_OUTSIDE: string;
export declare const DATEPICKER_DAY_SELECTED: string;
export declare const DATEPICKER_DAY_IS_TODAY: string;
export declare const DATEPICKER_DAY_WRAPPER: string;
export declare const DATEPICKER_FOOTER: string;
export declare const DATEPICKER_MONTH_SELECT: string;
export declare const DATEPICKER_YEAR_SELECT: string;
export declare const DATEPICKER_NAVBAR: string;
export declare const DATEPICKER_NAVBUTTON = "DayPicker-NavButton";
export declare const DATEPICKER_TIMEPICKER_WRAPPER: string;
export declare const DATERANGEPICKER: string;
export declare const DATERANGEPICKER_CALENDARS: string;
export declare const DATERANGEPICKER_CONTIGUOUS: string;
export declare const DATERANGEPICKER_SINGLE_MONTH: string;
export declare const DATERANGEPICKER_DAY_SELECTED_RANGE: string;
export declare const DATERANGEPICKER_DAY_HOVERED_RANGE: string;
export declare const DATERANGEPICKER_SHORTCUTS: string;
export declare const DATERANGEPICKER_TIMEPICKERS: string;
export declare const DATETIMEPICKER: string;
export declare const TIMEPICKER: string;
export declare const TIMEPICKER_ARROW_BUTTON: string;
export declare const TIMEPICKER_ARROW_ROW: string;
export declare const TIMEPICKER_DIVIDER_TEXT: string;
export declare const TIMEPICKER_HOUR: string;
export declare const TIMEPICKER_INPUT: string;
export declare const TIMEPICKER_INPUT_ROW: string;
export declare const TIMEPICKER_MILLISECOND: string;
export declare const TIMEPICKER_MINUTE: string;
export declare const TIMEPICKER_SECOND: string;
export declare const TIMEPICKER_AMPM_SELECT: string;