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) 315 B
import * as commonUtils from '@dbp-toolkit/common/utils'; import {DbpNumberElement} from '../elements/number.js'; import {DbpNumberView} from '../views/number.js'; commonUtils.defineCustomElement('dbp-form-number-element', DbpNumberElement); commonUtils.defineCustomElement('dbp-form-number-view', DbpNumberView);