UNPKG

reactronic-dom

Version:

Reactronic DOM - Transactional Reactive Front-End Development Framework

3 lines (2 loc) 190 B
import { FocusModel } from './sensors/FocusSensor'; export declare function RxFocuser(name: string, target: HTMLElement, model: FocusModel, setNativeFocus?: (() => void) | undefined): void;