mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
12 lines
578 B
TypeScript
12 lines
578 B
TypeScript
import 'ionicons';
|
|
|
|
export { createAnimation } from './utils/animation/animation';
|
|
export { getTimeGivenProgression } from './utils/animation/cubic-bezier';
|
|
export { createGesture } from './utils/gesture';
|
|
export { isPlatform, Platforms, getPlatforms } from './utils/platform';
|
|
|
|
export * from './utils/config';
|
|
export * from './components/nav/constants';
|
|
export { menuController } from './utils/menu-controller';
|
|
export { alertController, actionSheetController, modalController, loadingController, pickerController, popoverController, toastController } from './utils/overlays';
|