UNPKG

js.foresight-devtools

Version:

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

9 lines (8 loc) 316 B
type attributes = { className?: string; data?: string; id?: string; }; export declare function createAndAppendElement(tag: string, parent: Node, attributes: attributes): HTMLElement; export declare function createAndAppendStyle(styleSheet: string, parent: Node, id: string): HTMLStyleElement; export {};