react-native-eva-icons
Version:
Eva Icons for React Native
6 lines (5 loc) • 373 B
TypeScript
export { Animation, AnimationConfig, } from './animation';
export { PulseAnimation, PulseAnimationConfig, } from './pulseAnimation';
export { ShakeAnimation, ShakeAnimationConfig, } from './shakeAnimation';
export { ZoomAnimation, ZoomAnimationConfig, } from './zoomAnimation';
export { IconAnimationRegistry, IconAnimation, getIconAnimation, } from './animationRegistry';