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