1 | import type { ILayoutAnimationBuilder, LayoutAnimationFunction } from './layoutReanimation';
|
2 | import type { StyleProps } from './commonTypes';
|
3 | import type { NestedArray } from './createAnimatedComponent/commonTypes';
|
4 | export declare function maybeBuild(layoutAnimationOrBuilder: ILayoutAnimationBuilder | LayoutAnimationFunction | Keyframe, style: NestedArray<StyleProps> | undefined, displayName: string): LayoutAnimationFunction | Keyframe;
|
5 | //# sourceMappingURL=animationBuilder.d.ts.map |
\ | No newline at end of file |