mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(react): adding prettier and formating files
This commit is contained in:
@ -1,8 +1,41 @@
|
||||
|
||||
import { defineCustomElements } from '@ionic/core/loader';
|
||||
import { addIcons } from 'ionicons';
|
||||
import { arrowBackSharp, caretBackSharp, chevronBack, chevronForward, close, closeCircle, closeSharp, menuOutline, menuSharp, reorderThreeOutline, reorderTwoSharp, searchOutline, searchSharp } from 'ionicons/icons';
|
||||
export { Animation, AnimationBuilder, AnimationCallbackOptions, AnimationDirection, AnimationFill, AnimationKeyFrames, AnimationLifecycle, createAnimation, createGesture, AlertButton, AlertInput, Gesture, GestureConfig, GestureDetail, iosTransitionAnimation, IonicSafeString, mdTransitionAnimation, NavComponentWithProps, setupConfig } from '@ionic/core';
|
||||
import {
|
||||
arrowBackSharp,
|
||||
caretBackSharp,
|
||||
chevronBack,
|
||||
chevronForward,
|
||||
close,
|
||||
closeCircle,
|
||||
closeSharp,
|
||||
menuOutline,
|
||||
menuSharp,
|
||||
reorderThreeOutline,
|
||||
reorderTwoSharp,
|
||||
searchOutline,
|
||||
searchSharp,
|
||||
} from 'ionicons/icons';
|
||||
export {
|
||||
Animation,
|
||||
AnimationBuilder,
|
||||
AnimationCallbackOptions,
|
||||
AnimationDirection,
|
||||
AnimationFill,
|
||||
AnimationKeyFrames,
|
||||
AnimationLifecycle,
|
||||
createAnimation,
|
||||
createGesture,
|
||||
AlertButton,
|
||||
AlertInput,
|
||||
Gesture,
|
||||
GestureConfig,
|
||||
GestureDetail,
|
||||
iosTransitionAnimation,
|
||||
IonicSafeString,
|
||||
mdTransitionAnimation,
|
||||
NavComponentWithProps,
|
||||
setupConfig,
|
||||
} from '@ionic/core';
|
||||
export * from './proxies';
|
||||
|
||||
// createControllerComponent
|
||||
@ -42,7 +75,7 @@ addIcons({
|
||||
'caret-back-sharp': caretBackSharp,
|
||||
'chevron-back': chevronBack,
|
||||
'chevron-forward': chevronForward,
|
||||
'close': close,
|
||||
close,
|
||||
'close-circle': closeCircle,
|
||||
'close-sharp': closeSharp,
|
||||
'menu-outline': menuOutline,
|
||||
|
Reference in New Issue
Block a user