UNPKG

263 BTypeScriptView Raw
1import type { Timezone } from "./timezoneTypes";
2export declare const UTC_TIME: Timezone;
3/** List of standard timezones */
4export declare const TIMEZONE_ITEMS: Timezone[];
5/** Minimal list of timezones */
6export declare const MINIMAL_TIMEZONE_ITEMS: Timezone[];