mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(angular): export Animation and Gesture related types (#20766)
This commit is contained in:

committed by
Liam DeBeasi

parent
ab146c96ec
commit
2ece194a08
@ -38,3 +38,6 @@ export { IonicRouteStrategy } from './util/ionic-router-reuse-strategy';
|
|||||||
|
|
||||||
// PACKAGE MODULE
|
// PACKAGE MODULE
|
||||||
export { IonicModule } from './ionic-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