app-datepicker
Version:
A custom datepicker element based on Google's Material Design built from scratch with lit-element
14 lines • 932 B
TypeScript
import { KEY_CODES_MAP } from './custom_typings.js';
export declare const INTL_DATE_TIME_FORMAT: {
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): Intl.DateTimeFormat;
new (locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): Intl.DateTimeFormat;
supportedLocalesOf(locales: string | string[], options?: Intl.DateTimeFormatOptions | undefined): string[];
};
export declare const PREV_KEY_CODES_SET: Set<KEY_CODES_MAP>;
export declare const NEXT_KEY_CODES_SET: Set<KEY_CODES_MAP>;
export declare const NEXT_DAY_KEY_CODES_SET: Set<KEY_CODES_MAP>;
export declare const PREV_DAY_KEY_CODES_SET: Set<KEY_CODES_MAP>;
export declare const ALL_NAV_KEYS_SET: Set<KEY_CODES_MAP>;
export declare const DATEPICKER_NAME = "app-datepicker";
export declare const DATEPICKER_DIALOG_NAME = "app-datepicker-dialog";
//# sourceMappingURL=constants.d.ts.map