diff --git a/packages/angular/standalone/src/index.ts b/packages/angular/standalone/src/index.ts index 8bd5de65c8b..15895b0fef0 100644 --- a/packages/angular/standalone/src/index.ts +++ b/packages/angular/standalone/src/index.ts @@ -26,3 +26,89 @@ export { export { IonNav } from './navigation/nav'; export { IonIcon } from './directives/icon'; export * from './directives/proxies'; + +export { + // UTILS + createAnimation, + createGesture, + iosTransitionAnimation, + mdTransitionAnimation, + IonicSlides, + getPlatforms, + isPlatform, + getTimeGivenProgression, + // TYPES + Animation, + AnimationBuilder, + AnimationCallbackOptions, + AnimationDirection, + AnimationFill, + AnimationKeyFrames, + AnimationLifecycle, + Gesture, + GestureConfig, + GestureDetail, + NavComponentWithProps, + SpinnerTypes, + AccordionGroupCustomEvent, + AccordionGroupChangeEventDetail, + BreadcrumbCustomEvent, + BreadcrumbCollapsedClickEventDetail, + ActionSheetOptions, + ActionSheetButton, + AlertOptions, + AlertInput, + AlertButton, + BackButtonEvent, + CheckboxCustomEvent, + CheckboxChangeEventDetail, + DatetimeCustomEvent, + DatetimeChangeEventDetail, + InfiniteScrollCustomEvent, + InputCustomEvent, + InputChangeEventDetail, + ItemReorderEventDetail, + ItemReorderCustomEvent, + ItemSlidingCustomEvent, + IonicSafeString, + LoadingOptions, + MenuCustomEvent, + ModalOptions, + NavCustomEvent, + PickerOptions, + PickerButton, + PickerColumn, + PickerColumnOption, + PlatformConfig, + PopoverOptions, + RadioGroupCustomEvent, + RadioGroupChangeEventDetail, + RangeCustomEvent, + RangeChangeEventDetail, + RangeKnobMoveStartEventDetail, + RangeKnobMoveEndEventDetail, + RefresherCustomEvent, + RefresherEventDetail, + RouterEventDetail, + RouterCustomEvent, + ScrollBaseCustomEvent, + ScrollBaseDetail, + ScrollDetail, + ScrollCustomEvent, + SearchbarCustomEvent, + SearchbarChangeEventDetail, + SearchbarInputEventDetail, + SegmentChangeEventDetail, + SegmentCustomEvent, + SegmentValue, + SelectChangeEventDetail, + SelectCustomEvent, + TabsCustomEvent, + TextareaChangeEventDetail, + TextareaCustomEvent, + ToastOptions, + ToastButton, + ToastLayout, + ToggleChangeEventDetail, + ToggleCustomEvent, +} from '@ionic/core/components';