1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-06-01 16:17:20 +02:00

📦 🐛 ✏️ updates & types & docs

This commit is contained in:
2023-12-16 16:14:00 +01:00
parent 3fc585d012
commit f31808c2d6
14 changed files with 445 additions and 813 deletions
+4
View File
@@ -0,0 +1,4 @@
import type { Action, Actions, observable as o, Observable, SymbolOnclear } from "../observables.d.ts";
export { Action, Actions, Observable, SymbolOnclear };
export const O: o;
export const observable: o;