UNPKG

js.foresight-devtools

Version:

Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization

4 lines (3 loc) 260 B
import type { ElementOverlays } from "../ForesightDebugger"; import type { ForesightElementData } from "js.foresight"; export declare function updateElementOverlays(currentOverlays: ElementOverlays, newData: ForesightElementData, showNameTags: boolean): void;