UNPKG

@wordpress/dom

Version:
9 lines 283 B
/** * Get the rectangle for the selection in a container. * * @param {Window} win The window of the selection. * * @return {DOMRect | null} The rectangle. */ export default function computeCaretRect(win: Window): DOMRect | null; //# sourceMappingURL=compute-caret-rect.d.ts.map