UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

3 lines (2 loc) 252 B
import type { BindingValue, BindingsHelpers } from '../bindings.types'; export declare function textInputBinding(target: HTMLInputElement, model: BindingValue<string | number | boolean | null | undefined>, bindingHelpers: BindingsHelpers): () => void;