1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-01-11 16:26:28 +01:00

Add signals functionality and reactive attributes in assign

This commit is contained in:
2023-08-24 14:15:55 +02:00
parent 7a2c3e6a4b
commit 404971f484
6 changed files with 88 additions and 36 deletions

View File

@@ -4,3 +4,4 @@
});
export * from "./src/dom.js";
export * from "./src/events.js";
export * from "./src/signals.js";