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

3 lines
128 B
TypeScript

import type { Rect, ClientRectObject } from "../types";
export default function rectToClientRect(rect: Rect): ClientRectObject;