Files
story-studio/remotion/node_modules/@remotion/web-renderer/dist/tree-walker-cleanup-after-children.d.ts
2026-02-21 10:33:18 +01:00

6 lines
242 B
TypeScript

export declare const createTreeWalkerCleanupAfterChildren: (treeWalker: TreeWalker) => {
checkCleanUpAtBeginningOfIteration: () => void;
addCleanup: (element: Node, cleanupFn: () => void) => void;
[Symbol.dispose]: () => void;
};