UNPKG

487 BTypeScriptView Raw
1import type { ILayoutAnimationBuilder, LayoutAnimationFunction } from './layoutReanimation';
2import type { StyleProps } from './commonTypes';
3import type { NestedArray } from './createAnimatedComponent/commonTypes';
4export 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