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

@ -28,6 +28,9 @@ export { IonIcon } from './IonIcon';
export { isPlatform, getPlatforms, getConfig } from './utils';
export { RouterDirection } from './hrefprops';
// Ionic Animations
export { CreateAnimation } from './CreateAnimation';
// Icons that are used by internal components
addIcons({
'arrow-back-sharp': arrowBackSharp,