react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
5 lines • 467 B
TypeScript
export { default as cssCallbacksRegistry } from './CSSCallbacksRegistry';
export { ANIMATION_CALLBACK_PROP_BY_EVENT_TYPE, getAnimationEventMaskFromProps, getTransitionEventMaskFromProps, TRANSITION_CALLBACK_PROP_BY_EVENT_TYPE, } from './mask';
export type { CSSAnimationEventType, CSSEventHandler, CSSEventSubscriber, CSSEventType, CSSTransitionEventType, NativeCSSEvent, } from './types';
export { CSS_EVENT_MASK } from './types';
//# sourceMappingURL=index.d.ts.map