UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

13 lines (12 loc) 1.01 kB
export declare const DATEPICKER_DEFAULT_VALUE_INVALID: string; export declare const DATEPICKER_INITIAL_MONTH_INVALID: string; export declare const DATEPICKER_MAX_DATE_INVALID: string; export declare const DATEPICKER_VALUE_INVALID: string; export declare const DATERANGEPICKER_DEFAULT_VALUE_INVALID: string; export declare const DATERANGEPICKER_INITIAL_MONTH_INVALID: string; export declare const DATERANGEPICKER_MAX_DATE_INVALID: string; export declare const DATERANGEPICKER_VALUE_INVALID: string; export declare const DATERANGEPICKER_PREFERRED_BOUNDARY_TO_MODIFY_INVALID = "<DateRangePicker> preferredBoundaryToModify must be a valid Boundary if defined."; export declare const DATERANGEINPUT_NULL_VALUE: string; export declare const DATEINPUT_INVALID_DEFAULT_TIMEZONE = "[Blueprint] <DateInput> was provided an invalid defaultTimezone, defaulting to Etc/UTC instead"; export declare const DATEINPUT_INVALID_TIMEZONE = "[Blueprint] <DateInput> was provided an invalid timezone, defaulting to Etc/UTC instead";