mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-29 07:00:16 +02:00
chainableAppend
This commit is contained in:
1
dist/esm.d.ts
vendored
1
dist/esm.d.ts
vendored
@@ -83,6 +83,7 @@ export function elNS(
|
||||
attrs?: string | Record<string, any>,
|
||||
...modifiers: ddeElementModifier<SupportedElement>[]
|
||||
)=> SupportedElement
|
||||
export function chainableAppend<EL extends SupportedElement>(el: EL): EL;
|
||||
export function dispatchEvent(element: SupportedElement, name: keyof DocumentEventMap): void;
|
||||
export function dispatchEvent(element: SupportedElement, name: string, data: any): void;
|
||||
interface On{
|
||||
|
Reference in New Issue
Block a user