app-datepicker
Version:
Google Material Design based date picker built with lit
10 lines • 351 B
TypeScript
import { appDatePickerInputName } from './constants.js';
import { DatePickerInput } from './date-picker-input.js';
export declare class AppDatePickerInput extends DatePickerInput {
}
declare global {
interface HTMLElementTagNameMap {
[appDatePickerInputName]: AppDatePickerInput;
}
}
//# sourceMappingURL=app-date-picker-input.d.ts.map