UNPKG

app-datepicker

Version:

Google Material Design based date picker built with lit

11 lines (10 loc) 361 B
import { __decorate } from "tslib"; import { customElement } from 'lit/decorators.js'; import { appIconButtonName } from './constants.js'; import { IconButton } from './icon-button.js'; let AppIconButton = class AppIconButton extends IconButton { }; AppIconButton = __decorate([ customElement(appIconButtonName) ], AppIconButton); export { AppIconButton };