Reference
bindSpreadProps
Binds a reactive object of spread props to an element.
Signature
function bindSpreadProps(element: HTMLElement, props: (): Record<string, unknown> | null | undefined): DisposeReference
Binds a reactive object of spread props to an element.
function bindSpreadProps(element: HTMLElement, props: (): Record<string, unknown> | null | undefined): Dispose