feat(react): add Ionic Animations wrapper (experimental) (#20273)

This commit is contained in:
Liam DeBeasi
2020-01-23 14:26:29 -05:00
committed by GitHub
parent 7af0198e2e
commit b59d7647fd
3 changed files with 166 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ export * from './components/toggle/toggle-interface';
export * from './components/virtual-scroll/virtual-scroll-interface';
// Types from utils
export { Animation, AnimationBuilder } from './utils/animation/animation-interface';
export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle } from './utils/animation/animation-interface';
export * from './utils/overlays-interface';
export * from './global/config';
export { Gesture, GestureConfig, GestureDetail } from './utils/gesture';