mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
7 lines
333 B
TypeScript
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';
|