UNPKG

@uuv/assistant

Version:

UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.

14 lines (13 loc) 353 B
export declare const HIGHLIGHT_ORANGE_PROPS: { width: number; borderColor: string; }; export declare class HighlightHelper { private onSelect; private inspector; constructor(onSelect: (el: HTMLElement) => void); private createInspector; enableBasicHighlight(): void; enableRefinedHighlight(): void; cancel(): void; }