1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-03 05:02:15 +02:00

🐛 Updated types and removed empty

This commit is contained in:
2024-12-11 16:21:17 +01:00
parent bcddc75f56
commit 4c2edcf58c
9 changed files with 486 additions and 395 deletions

View File

@ -1,4 +1,6 @@
import { el, empty, on } from "deka-dom-el";
import { el, on } from "deka-dom-el";
/** @param {HTMLElement} el */
const empty= el=> Array.from(el.children).forEach(c=> c.remove());
document.body.append(
el(component),
el("button", {