mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-04 13:32:14 +02:00
🔤 Improves and updates docs
- customElementRender - introduction example
This commit is contained in:
1
dist/esm-with-signals.d.ts
vendored
1
dist/esm-with-signals.d.ts
vendored
@ -227,7 +227,6 @@ export function customElementRender<
|
||||
EL extends HTMLElement,
|
||||
P extends any = Record<string, string | ddeSignal<string>>
|
||||
>(
|
||||
custom_element: EL,
|
||||
target: ShadowRoot | EL,
|
||||
render: (props: P)=> SupportedElement | DocumentFragment,
|
||||
props?: P | ((el: EL)=> P)
|
||||
|
1
dist/esm.d.ts
vendored
1
dist/esm.d.ts
vendored
@ -227,7 +227,6 @@ export function customElementRender<
|
||||
EL extends HTMLElement,
|
||||
P extends any = Record<string, string | ddeSignal<string>>
|
||||
>(
|
||||
custom_element: EL,
|
||||
target: ShadowRoot | EL,
|
||||
render: (props: P)=> SupportedElement | DocumentFragment,
|
||||
props?: P | ((el: EL)=> P)
|
||||
|
Reference in New Issue
Block a user