react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
10 lines • 401 B
TypeScript
import type { CSSAnimationProp } from './animation';
import type { CSSTransitionProp } from './transition';
export type * from './animation';
export type * from './common';
export type * from './config';
export type * from './helpers';
export type * from './props';
export type * from './transition';
export type CSSStyleProp = CSSTransitionProp | CSSAnimationProp;
//# sourceMappingURL=index.d.ts.map