hmc-guide/themes/hugo-mod-jslibs-dist/popperjs/package/lib/dom-utils/getClippingRect.d.ts

4 lines
231 B
TypeScript

import type { ClientRectObject } from "../types";
import type { Boundary, RootBoundary } from "../enums";
export default function getClippingRect(element: Element, boundary: Boundary, rootBoundary: RootBoundary): ClientRectObject;