UNPKG

@blueprintjs/datetime

Version:

Components for interacting with dates and times

7 lines (6 loc) 263 B
import type { Timezone } from "./timezoneTypes"; export declare const UTC_TIME: Timezone; /** List of standard timezones */ export declare const TIMEZONE_ITEMS: Timezone[]; /** Minimal list of timezones */ export declare const MINIMAL_TIMEZONE_ITEMS: Timezone[];