mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-12-15 05:43:45 +01:00
S.attribute is the best option
This commit is contained in:
2
dist/esm-with-signals.d.ts
vendored
2
dist/esm-with-signals.d.ts
vendored
@@ -521,7 +521,7 @@ interface S {
|
||||
* */
|
||||
el<S extends any>(signal: Signal<S, any>, el: (v: S)=> Element | Element[]): DocumentFragment;
|
||||
|
||||
fromAttribute<T>(element: HTMLElement, name: string, value?: T): Signal<T, {}>;
|
||||
attribute(name: string, initial?: string): Signal<string, {}>;
|
||||
}
|
||||
export const S: S;
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user