Reference
bindProp
Binds one DOM property or attribute to a reactive value.
Signature
function bindProp(element: Element, name: string, value: (): unknown): DisposeReference
Binds one DOM property or attribute to a reactive value.
function bindProp(element: Element, name: string, value: (): unknown): Dispose