UNPKG

3.04 kBTypeScriptView Raw
1export { BooleanValueAccessor } from './directives/control-value-accessors/boolean-value-accessor';
2export { NumericValueAccessor } from './directives/control-value-accessors/numeric-value-accesssor';
3export { RadioValueAccessor } from './directives/control-value-accessors/radio-value-accessor';
4export { SelectValueAccessor } from './directives/control-value-accessors/select-value-accessor';
5export { TextValueAccessor } from './directives/control-value-accessors/text-value-accessor';
6export { IonTabs } from './directives/navigation/ion-tabs';
7export { IonBackButtonDelegate } from './directives/navigation/ion-back-button';
8export { NavDelegate } from './directives/navigation/nav-delegate';
9export { IonRouterOutlet } from './directives/navigation/ion-router-outlet';
10export { RouterLinkDelegate } from './directives/navigation/router-link-delegate';
11export { NavParams } from './directives/navigation/nav-params';
12export { IonVirtualScroll } from './directives/virtual-scroll/virtual-scroll';
13export { VirtualItem } from './directives/virtual-scroll/virtual-item';
14export { VirtualHeader } from './directives/virtual-scroll/virtual-header';
15export { VirtualFooter } from './directives/virtual-scroll/virtual-footer';
16export * from './directives/proxies';
17export { AngularDelegate } from './providers/angular-delegate';
18export { ActionSheetController } from './providers/action-sheet-controller';
19export { AlertController } from './providers/alert-controller';
20export { LoadingController } from './providers/loading-controller';
21export { MenuController } from './providers/menu-controller';
22export { PickerController } from './providers/picker-controller';
23export { ModalController } from './providers/modal-controller';
24export { Platform } from './providers/platform';
25export { PopoverController } from './providers/popover-controller';
26export { ToastController } from './providers/toast-controller';
27export { NavController } from './providers/nav-controller';
28export { DomController } from './providers/dom-controller';
29export { Config } from './providers/config';
30export { AnimationController } from './providers/animation-controller';
31export { GestureController } from './providers/gesture-controller';
32export { IonicRouteStrategy } from './util/ionic-router-reuse-strategy';
33export * from './types/ionic-lifecycle-hooks';
34export { IonicModule } from './ionic-module';
35export { IonicSafeString, getPlatforms, isPlatform, createAnimation, IonicSwiper, IonicSlides } from '@ionic/core';
36export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, Gesture, GestureConfig, GestureDetail, mdTransitionAnimation, iosTransitionAnimation, NavComponentWithProps, SpinnerTypes, ActionSheetOptions, ActionSheetButton, AlertOptions, AlertInput, AlertTextareaAttributes, AlertInputAttributes, AlertButton, LoadingOptions, ModalOptions, PickerOptions, PickerButton, PickerColumn, PickerColumnOption, PopoverOptions, ToastOptions, ToastButton } from '@ionic/core';