UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

3 lines (2 loc) 167 B
import type { BindingValue } from '../bindings.types'; export declare function hasFocusBinding(target: HTMLElement, valueAccessor: BindingValue<boolean>): () => void;