UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

24 lines (23 loc) 724 B
'use strict'; 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, } from './commonTypes';