UNPKG

@digital-blueprint/lunchlottery-app

Version:

[GitHub Repository](https://github.com/digital-blueprint/lunchlottery-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/lunchlottery-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/lunchlottery-app/)

7 lines (5 loc) 299 B
import * as commonUtils from '@dbp-toolkit/common/utils'; import {DbpDateElement} from '../elements/date.js'; import {DbpDateView} from '../views/date.js'; commonUtils.defineCustomElement('dbp-form-date-element', DbpDateElement); commonUtils.defineCustomElement('dbp-form-date-view', DbpDateView);