UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

9 lines (8 loc) 251 B
import { WithDepth } from "./compare-by-depth"; export declare class FlatTree { private children; private isDirty; add(child: WithDepth): void; remove(child: WithDepth): void; forEach(callback: (child: WithDepth) => void): void; }