UNPKG

react-highlight-selector

Version:

Text highlighter with customizable palette and text copier

8 lines (7 loc) 230 B
export declare const getSpanElement: ({ className, meta }: { className?: string; meta?: string; }) => HTMLDivElement; export declare const getPopoverElement: ({ className }: { className?: string; }) => HTMLDivElement;