react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
5 lines • 487 B
TypeScript
import type { ILayoutAnimationBuilder, LayoutAnimationFunction } from './layoutReanimation';
import type { StyleProps } from './commonTypes';
import type { NestedArray } from './createAnimatedComponent/commonTypes';
export declare function maybeBuild(layoutAnimationOrBuilder: ILayoutAnimationBuilder | LayoutAnimationFunction | Keyframe, style: NestedArray<StyleProps> | undefined, displayName: string): LayoutAnimationFunction | Keyframe;
//# sourceMappingURL=animationBuilder.d.ts.map