UNPKG

357 BTypeScriptView Raw
1import type { LayoutAnimationStartFunction } from './animationBuilder/commonTypes';
2declare function createLayoutAnimationManager(): {
3 start: LayoutAnimationStartFunction;
4 stop: (tag: number) => void;
5};
6export type LayoutAnimationsManager = ReturnType<typeof createLayoutAnimationManager>;
7export {};
8//# sourceMappingURL=animationsManager.d.ts.map
\No newline at end of file