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

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