UNPKG

@uuv/assistant

Version:

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

8 lines (7 loc) 213 B
export default Inspector; declare function Inspector(props?: {}): { enable: (onClickCallback: any) => void; cancel: () => void; removeHighlight: (el: any) => void; highlight: (el: any) => void; };