feat(slides): add IonicSwiper modules, deprecate ion-slides, and add link to migration (#23447)

This commit is contained in:
Liam DeBeasi
2021-06-11 12:56:32 -04:00
committed by GitHub
parent e1a96130eb
commit 623c84ab08
8 changed files with 283 additions and 2 deletions

View File

@ -43,7 +43,7 @@ export * from './types/ionic-lifecycle-hooks';
export { IonicModule } from './ionic-module';
// UTILS
export { IonicSafeString, getPlatforms, isPlatform, createAnimation } from '@ionic/core';
export { IonicSafeString, getPlatforms, isPlatform, createAnimation, IonicSwiper } from '@ionic/core';
// CORE TYPES
export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, mdTransitionAnimation, iosTransitionAnimation, NavComponentWithProps } from '@ionic/core';