mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-01 12:22:15 +02:00
📦 🐛 ✏️ updates & types & docs
This commit is contained in:
4
src/observables-lib.d.ts
vendored
Normal file
4
src/observables-lib.d.ts
vendored
Normal 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;
|
Reference in New Issue
Block a user