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

listScrollParents.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: 96e68c5a00a9f2f8296b6524751dae861fe05607 (plain)
1
2
import type { Window, VisualViewport } from "../types";
export default function listScrollParents(element: Node, list?: Array<Element | Window>): Array<Element | Window | VisualViewport>;