1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-06-06 09:37:19 +02:00
This commit is contained in:
2024-02-03 14:36:17 +01:00
parent b740b8e020
commit 971b595927
12 changed files with 19 additions and 19 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long
Vendored
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -245,7 +245,7 @@ export function customElementRender<
props?: P | ((...args: any[])=> P)
): EL
export function customElementWithDDE<EL extends HTMLElement>(custom_element: EL): EL
export function lifecycleToEvents<EL extends HTMLElement>(custom_element: EL): EL
export function lifecyclesToEvents<EL extends HTMLElement>(custom_element: EL): EL
export function observedAttributes(custom_element: HTMLElement): Record<string, string>
/* TypeScript MEH */
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -245,7 +245,7 @@ export function customElementRender<
props?: P | ((...args: any[])=> P)
): EL
export function customElementWithDDE<EL extends HTMLElement>(custom_element: EL): EL
export function lifecycleToEvents<EL extends HTMLElement>(custom_element: EL): EL
export function lifecyclesToEvents<EL extends HTMLElement>(custom_element: EL): EL
export function observedAttributes(custom_element: HTMLElement): Record<string, string>
/* TypeScript MEH */
Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long