UNPKG

1.7 kBTypeScriptView Raw
1export declare const confirmKeySet: Set<"Enter" | " ">;
2export declare const DateTimeFormat: {
3 (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): Intl.DateTimeFormat;
4 new (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): Intl.DateTimeFormat;
5 supportedLocalesOf(locales: string | string[], options?: Intl.DateTimeFormatOptions | undefined): string[];
6 readonly prototype: Intl.DateTimeFormat;
7};
8export declare const labelChooseMonth: "Choose month";
9export declare const labelChooseYear: "Choose year";
10export declare const labelNextMonth: "Next month";
11export declare const labelPreviousMonth: "Previous month";
12export declare const labelSelectedDate: "Selected date";
13export declare const labelSelectedYear: "Selected year";
14export declare const labelShortWeek: "Wk";
15export declare const labelToday: "Today";
16export declare const labelToyear: "Toyear";
17export declare const labelWeek: "Week";
18export declare const MAX_DATE: Date;
19export declare const navigationKeyListNext: ("ArrowDown" | "End" | "PageDown")[];
20export declare const navigationKeyListPrevious: ("ArrowUp" | "Home" | "PageUp")[];
21export declare const navigationKeySetDayNext: Set<"ArrowDown" | "ArrowRight" | "End" | "PageDown">;
22export declare const navigationKeySetDayPrevious: Set<"ArrowLeft" | "ArrowUp" | "Home" | "PageUp">;
23export declare const navigationKeySetGrid: Set<"ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp">;
24export declare const startViews: readonly ["calendar", "yearGrid"];
25export declare const weekNumberTemplate: "Week %s";
26//# sourceMappingURL=constants.d.ts.map
\No newline at end of file