UNPKG

309 BTypeScriptView Raw
1import { appDatePickerName } from './constants.js';
2import { DatePicker } from './date-picker.js';
3export declare class AppDatePicker extends DatePicker {
4}
5declare global {
6 interface HTMLElementTagNameMap {
7 [appDatePickerName]: AppDatePicker;
8 }
9}
10//# sourceMappingURL=app-date-picker.d.ts.map
\No newline at end of file