Reference
bindText
Binds a text node to a reactive value.
Signature
function bindText(node: Text, value: ReadonlyCell<unknown> | (): unknown, options?: BindTextOptions): DisposeReference
Binds a text node to a reactive value.
function bindText(node: Text, value: ReadonlyCell<unknown> | (): unknown, options?: BindTextOptions): Dispose