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

gatherActiveObservationsAtDepth.d.ts « algorithms « lib « resize-observer « @juggle « node_modules - github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f1c8e950951b476e22a7b88981760eb4a68e4296 (plain)
1
2
declare const gatherActiveObservationsAtDepth: (depth: number) => void;
export { gatherActiveObservationsAtDepth };