mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-01-11 16:26:28 +01:00
chainableAppend
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -88,6 +88,8 @@ export function elNS(
|
||||
...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