mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-01-11 16:26:28 +01:00
local
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@@ -180,6 +180,7 @@ export function customElementRender<
|
||||
P extends any = Record<string, any>
|
||||
>(
|
||||
custom_element: EL,
|
||||
target: ShadowRoot | EL,
|
||||
render: (props: P)=> SupportedElement,
|
||||
props?: P | ((...args: any[])=> P)
|
||||
): EL
|
||||
|
||||
Reference in New Issue
Block a user