Files
ionic-framework/core/src/index.ts
2019-06-19 21:33:50 +02:00

7 lines
333 B
TypeScript

import 'ionicons';
export * from './utils/config';
export * from './components/nav/constants';
export { isPlatform, Platforms, getPlatforms } from './utils/platform';
export { alertController, actionSheetController, modalController, loadingController, pickerController, popoverController, toastController } from './utils/overlays';