UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

10 lines 293 B
import { appYearGridName } from './constants.js'; import { YearGrid } from './year-grid.js'; export declare class AppYearGrid extends YearGrid { } declare global { interface HTMLElementTagNameMap { [appYearGridName]: AppYearGrid; } } //# sourceMappingURL=app-year-grid.d.ts.map