UNPKG

react-highlight-selector

Version:

Text highlighter with customizable palette and text copier

3 lines (2 loc) 137 B
import { SelectionType } from '../types'; export declare const sortByPositionAndOffset: (slections: SelectionType[]) => SelectionType[];