Reference

bindSpreadProps

Binds a reactive object of spread props to an element.

Signature

function bindSpreadProps(element: HTMLElement, props: (): Record<string, unknown> | null | undefined): Dispose