mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-01-11 16:26:28 +01:00
✨ Add ddeSignal type to global scope + TODOs updated
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@@ -2,7 +2,6 @@ import { Signal } from "./src/signals";
|
||||
//TODO?
|
||||
declare global {
|
||||
type ddeFires<T extends string[]>= ( (...a: any[])=> any ) & { events: T };
|
||||
type ddeSignal<T, A>= Signal<T, A>;
|
||||
}
|
||||
type ElementTagNameMap= HTMLElementTagNameMap & SVGElementTagNameMap & {
|
||||
'#text': Text
|
||||
|
||||
Reference in New Issue
Block a user