@web-atoms/core
Version:
7 lines • 584 B
TypeScript
import type { AtomControl } from "../web/controls/AtomControl";
import { IDisposable } from "./types";
export declare const visitDescendents: (element: HTMLElement, action: (e: HTMLElement, ac: AtomControl) => boolean) => void;
export declare const refreshInherited: (target: AtomControl, name: string, fieldName?: string) => void;
export declare const watchProperty: (element: HTMLElement, name: string, events: string[], f: (v: any) => void) => IDisposable;
export declare const setValue: (element: HTMLElement, name: string, value: any) => void;
//# sourceMappingURL=Hacks.d.ts.map