UNPKG

reactron

Version:

Reactron - Transactional Reactive Front-End Development Framework

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