react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
6 lines • 747 B
TypeScript
export { BaseAnimationBuilder } from './BaseAnimationBuilder';
export { ComplexAnimationBuilder } from './ComplexAnimationBuilder';
export { Keyframe } from './Keyframe';
export { LayoutAnimationType, SharedTransitionType } from './commonTypes';
export type { LayoutAnimation, AnimationFunction, EntryAnimationsValues, ExitAnimationsValues, EntryExitAnimationFunction, AnimationConfigFunction, IEntryAnimationBuilder, IExitAnimationBuilder, LayoutAnimationsValues, LayoutAnimationFunction, LayoutAnimationStartFunction, ILayoutAnimationBuilder, BaseLayoutAnimationConfig, BaseBuilderAnimationConfig, LayoutAnimationAndConfig, IEntryExitAnimationBuilder, SharedTransitionAnimationsValues, } from './commonTypes';
//# sourceMappingURL=index.d.ts.map