mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
22 lines
441 B
TypeScript
22 lines
441 B
TypeScript
// Re-exports from ionic/core
|
|
|
|
// UTILS
|
|
export { IonicSafeString, getPlatforms, isPlatform, createAnimation } from '@ionic/core';
|
|
|
|
// CORE TYPES
|
|
export {
|
|
Animation,
|
|
AnimationBuilder,
|
|
AnimationCallbackOptions,
|
|
AnimationDirection,
|
|
AnimationFill,
|
|
AnimationKeyFrames,
|
|
AnimationLifecycle,
|
|
Gesture,
|
|
GestureConfig,
|
|
GestureDetail,
|
|
mdTransitionAnimation,
|
|
iosTransitionAnimation,
|
|
NavComponentWithProps,
|
|
} from '@ionic/core';
|