mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
fix(angular): export Animation and Gesture related types (#20766)
This commit is contained in:
@ -38,3 +38,6 @@ export { IonicRouteStrategy } from './util/ionic-router-reuse-strategy';
|
||||
|
||||
// PACKAGE MODULE
|
||||
export { IonicModule } from './ionic-module';
|
||||
|
||||
// CORE TYPES
|
||||
export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail } from '@ionic/core';
|
||||
|
Reference in New Issue
Block a user