UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

18 lines (17 loc) 466 B
'use strict'; 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';