UNPKG

293 BTypeScriptView Raw
1import { appYearGridName } from './constants.js';
2import { YearGrid } from './year-grid.js';
3export declare class AppYearGrid extends YearGrid {
4}
5declare global {
6 interface HTMLElementTagNameMap {
7 [appYearGridName]: AppYearGrid;
8 }
9}
10//# sourceMappingURL=app-year-grid.d.ts.map
\No newline at end of file