Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getDocumentRect.d.ts « dom-utils « lib « package « popperjs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16ca02cf7c2fe15e07426f675fb738d29c2b5d6c (plain)
1
2
import type { Rect } from "../types";
export default function getDocumentRect(element: HTMLElement): Rect;