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

getAltLen.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: 61b521193b067f48297d318cca641497a0ed2e5d (plain)
1
export default function getAltLen(len: "width" | "height"): "width" | "height";