UNPKG

react-pdf-highlighter

Version:
4 lines (3 loc) 189 B
import type { T_LTWH } from "../types.js"; declare const getClientRects: (range: Range, containerEl: HTMLElement, shouldOptimize?: boolean) => Array<T_LTWH>; export default getClientRects;