fix(core): update

This commit is contained in:
2021-02-13 21:52:36 +00:00
parent 6eced2321f
commit fef0705acc
8 changed files with 144 additions and 27 deletions

View File

@ -5,6 +5,12 @@ import { DeesInputText } from './dees-input-text';
import { DeesInputQuantitySelector } from './dees-input-quantityselector';
import { DeesInputRadio } from './dees-input-radio';
declare global {
interface HTMLElementTagNameMap {
'dees-form': DeesForm;
}
}
@customElement('dees-form')
export class DeesForm extends LitElement {
public static demo = () => html`