mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
refactor(exports): exporting gestures so other apps can consume them
exporting gestures so other apps can consume them
This commit is contained in:
@ -8,6 +8,11 @@ export * from './decorators/page';
|
||||
|
||||
export * from './components';
|
||||
|
||||
export * from './gestures/drag-gesture';
|
||||
export * from './gestures/gesture';
|
||||
export * from './gestures/slide-edge-gesture';
|
||||
export * from './gestures/slide-gesture';
|
||||
|
||||
export * from './platform/platform';
|
||||
export * from './platform/storage';
|
||||
|
||||
|
Reference in New Issue
Block a user