mirror of
https://github.com/jaandrle/deka-dom-el
synced 2024-11-23 17:19:37 +01:00
13 lines
377 B
JavaScript
13 lines
377 B
JavaScript
// use NPM or for example https://cdn.jsdelivr.net/gh/jaandrle/deka-dom-el/dist/esm-with-signals.js
|
|
import {
|
|
customElementRender,
|
|
customElementWithDDE,
|
|
observedAttributes,
|
|
} from "deka-dom-el";
|
|
/** @type {ddePublicElementTagNameMap} */
|
|
import { S } from "deka-dom-el/signals";
|
|
S.observedAttributes;
|
|
|
|
// “internal” utils
|
|
import { lifecyclesToEvents } from "deka-dom-el";
|