UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

10 lines 309 B
import { appIconButtonName } from './constants.js'; import { IconButton } from './icon-button.js'; export declare class AppIconButton extends IconButton { } declare global { interface HTMLElementTagNameMap { [appIconButtonName]: AppIconButton; } } //# sourceMappingURL=app-icon-button.d.ts.map