UNPKG

react-pdf-highlighter

Version:
4 lines (3 loc) 146 B
import type { T_LTWH } from "../types.js"; declare const getBoundingRect: (clientRects: Array<T_LTWH>) => T_LTWH; export default getBoundingRect;