js.foresight-devtools
Version:
Visual debugging tools for ForesightJS - mouse trajectory prediction and element interaction visualization
4 lines • 302 B
TypeScript
import type { ForesightElementData } from "js.foresight";
import type { ElementOverlays } from "../../types";
export declare function updateElementOverlays(currentOverlays: ElementOverlays, newData: ForesightElementData, showNameTags: boolean): void;
//# sourceMappingURL=updateElementOverlays.d.ts.map