-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauto-import.d.ts
162 lines (162 loc) · 10.5 KB
/
auto-import.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
// Generated by 'unplugin-auto-import'
export {}
declare global {
const Box: typeof import('./src/components/layout/index')['Box']
const GAppLayout: typeof import('./src/components/layout/index')['GAppLayout']
const GBackButton: typeof import('./src/components/common/index')['GBackButton']
const GFooter: typeof import('./src/components/layout/index')['GFooter']
const GHeader: typeof import('./src/components/layout/index')['GHeader']
const GIframe: typeof import('./src/components/layout/index')['GIframe']
const GInnerLoading: typeof import('./src/components/common/index')['GInnerLoading']
const GLayout: typeof import('./src/components/layout/index')['GLayout']
const GMaintenance: typeof import('./src/components/anounment/index')['GMaintenance']
const GNavbar: typeof import('./src/components/layout/index')['GNavbar']
const GUserCard: typeof import('./src/components/cards/index')['GUserCard']
const IconBiBagX: typeof import('~icons/bi/bag-x')['default']
const IconNotoLoveLetter: typeof import('~icons/noto/love-letter')['default']
const IconRiAppStoreFill: typeof import('~icons/ri/app-store-fill')['default']
const Link: typeof import('./src/utils/library')['Link']
const NextLink: typeof import('./src/utils/library')['NextLink']
const _axios: typeof import('./src/utils/request')['_axios']
const _axiosInstance: typeof import('./src/utils/request')['_axiosInstance']
const _cons: typeof import('./src/constants/index')['_cons']
const _createModel: typeof import('./src/utils/library')['_createModel']
const _dispatch: typeof import('./src/stores/useStore')['_dispatch']
const _envCons: typeof import('./src/constants/index')['_envCons']
const _initializeStore: typeof import('./src/stores/store')['_initializeStore']
const _isSsr: typeof import('./src/utils/dom')['_isSsr']
const _loggerService: typeof import('./src/services/analytic')['_loggerService']
const _renderActiveSideMenu: typeof import('./src/utils/app')['_renderActiveSideMenu']
const _router: typeof import('./src/utils/library')['_router']
const _seoConfig: typeof import('./src/utils/library')['_seoConfig']
const _sleepAsync: typeof import('./src/utils/async')['_sleepAsync']
const _state: typeof import('./src/stores/useStore')['_state']
const _store: typeof import('./src/stores/useStore')['_store']
const _tw: typeof import('./src/utils/styles')['_tw']
const _useAction: typeof import('./src/stores/useStore')['_useAction']
const _useDelayLoading: typeof import('./src/hooks/useDelayLoading')['_useDelayLoading']
const _useDispatch: typeof import('./src/stores/useStore')['_useDispatch']
const _useRouter: typeof import('./src/utils/library')['_useRouter']
const _useSelector: typeof import('./src/stores/useStore')['_useSelector']
const _useStore: typeof import('./src/stores/useStore')['_useStore']
const _useUpdateStoreEff: typeof import('./src/hooks/useUpdateStoreEff')['_useUpdateStoreEff']
const appLayout: typeof import('./src/components/layout/appLayout/index.tsx')['default']
const box: typeof import('./src/components/layout/box/index.tsx')['default']
const button: typeof import('./src/components/common/button.tsx')['default']
const camelCase: typeof import('lodash')['camelCase']
const cloneDeep: typeof import('lodash')['cloneDeep']
const constLayout: typeof import('./src/constants/layout')['constLayout']
const createRef: typeof import('react')['createRef']
const dropdown: typeof import('./src/components/layout/navbar/dropdown.tsx')['default']
const envCons: typeof import('./src/constants/env')['envCons']
const footer: typeof import('./src/components/layout/footer/index.tsx')['default']
const forwardRef: typeof import('react')['forwardRef']
const header: typeof import('./src/components/layout/header/index.tsx')['default']
const iframe: typeof import('./src/components/layout/iframe/index.tsx')['default']
const initStore: typeof import('./src/stores/store')['initStore']
const initialStoreState: typeof import('./src/stores/model')['initialStoreState']
const innerLoading: typeof import('./src/components/common/innerLoading.tsx')['default']
const lazy: typeof import('react')['lazy']
const maintenance: typeof import('./src/components/anounment/maintenance.tsx')['default']
const memo: typeof import('react')['memo']
const menuItems: typeof import('./src/components/layout/navbar/menuItems.tsx')['default']
const models: typeof import('./src/stores/model')['models']
const navbar: typeof import('./src/components/layout/navbar/index.tsx')['default']
const omit: typeof import('lodash')['omit']
const pageLayout: typeof import('./src/components/layout/pageLayout/index.tsx')['default']
const pick: typeof import('lodash')['pick']
const sideMenu: typeof import('./src/components/layout/sideMenu/index.tsx')['default']
const startTransition: typeof import('react')['startTransition']
const useAntdTable: typeof import('ahooks')['useAntdTable']
const useAsyncEffect: typeof import('ahooks')['useAsyncEffect']
const useBoolean: typeof import('ahooks')['useBoolean']
const useCallback: typeof import('react')['useCallback']
const useClickAway: typeof import('ahooks')['useClickAway']
const useContext: typeof import('react')['useContext']
const useControllableValue: typeof import('ahooks')['useControllableValue']
const useCookieState: typeof import('ahooks')['useCookieState']
const useCountDown: typeof import('ahooks')['useCountDown']
const useCounter: typeof import('ahooks')['useCounter']
const useCreation: typeof import('ahooks')['useCreation']
const useDebounce: typeof import('ahooks')['useDebounce']
const useDebounceEffect: typeof import('ahooks')['useDebounceEffect']
const useDebounceFn: typeof import('ahooks')['useDebounceFn']
const useDebugValue: typeof import('react')['useDebugValue']
const useDeepCompareEffect: typeof import('ahooks')['useDeepCompareEffect']
const useDeepCompareLayoutEffect: typeof import('ahooks')['useDeepCompareLayoutEffect']
const useDeferredValue: typeof import('react')['useDeferredValue']
const useDocumentVisibility: typeof import('ahooks')['useDocumentVisibility']
const useDrag: typeof import('ahooks')['useDrag']
const useDrop: typeof import('ahooks')['useDrop']
const useDynamicList: typeof import('ahooks')['useDynamicList']
const useEffect: typeof import('react')['useEffect']
const useEventEmitter: typeof import('ahooks')['useEventEmitter']
const useEventListener: typeof import('ahooks')['useEventListener']
const useEventTarget: typeof import('ahooks')['useEventTarget']
const useExternal: typeof import('ahooks')['useExternal']
const useFavicon: typeof import('ahooks')['useFavicon']
const useFocusWithin: typeof import('ahooks')['useFocusWithin']
const useFullscreen: typeof import('ahooks')['useFullscreen']
const useFusionTable: typeof import('ahooks')['useFusionTable']
const useGetState: typeof import('ahooks')['useGetState']
const useHistoryTravel: typeof import('ahooks')['useHistoryTravel']
const useHover: typeof import('ahooks')['useHover']
const useId: typeof import('react')['useId']
const useImperativeHandle: typeof import('react')['useImperativeHandle']
const useInViewport: typeof import('ahooks')['useInViewport']
const useInfiniteScroll: typeof import('ahooks')['useInfiniteScroll']
const useInsertionEffect: typeof import('react')['useInsertionEffect']
const useInterval: typeof import('ahooks')['useInterval']
const useIsomorphicLayoutEffect: typeof import('ahooks')['useIsomorphicLayoutEffect']
const useKeyPress: typeof import('ahooks')['useKeyPress']
const useLatest: typeof import('ahooks')['useLatest']
const useLayoutEffect: typeof import('react')['useLayoutEffect']
const useLocalStorageState: typeof import('ahooks')['useLocalStorageState']
const useLockFn: typeof import('ahooks')['useLockFn']
const useLongPress: typeof import('ahooks')['useLongPress']
const useMap: typeof import('ahooks')['useMap']
const useMemo: typeof import('react')['useMemo']
const useMemoizedFn: typeof import('ahooks')['useMemoizedFn']
const useMount: typeof import('ahooks')['useMount']
const useMouse: typeof import('ahooks')['useMouse']
const useMutationObserver: typeof import('ahooks')['useMutationObserver']
const useNetwork: typeof import('ahooks')['useNetwork']
const usePagination: typeof import('ahooks')['usePagination']
const usePrevious: typeof import('ahooks')['usePrevious']
const useRafInterval: typeof import('ahooks')['useRafInterval']
const useRafState: typeof import('ahooks')['useRafState']
const useRafTimeout: typeof import('ahooks')['useRafTimeout']
const useReactive: typeof import('ahooks')['useReactive']
const useReducer: typeof import('react')['useReducer']
const useRef: typeof import('react')['useRef']
const useRequest: typeof import('ahooks')['useRequest']
const useResetState: typeof import('ahooks')['useResetState']
const useResponsive: typeof import('ahooks')['useResponsive']
const useSafeState: typeof import('ahooks')['useSafeState']
const useScroll: typeof import('ahooks')['useScroll']
const useSelections: typeof import('ahooks')['useSelections']
const useSessionStorageState: typeof import('ahooks')['useSessionStorageState']
const useSet: typeof import('ahooks')['useSet']
const useSetState: typeof import('ahooks')['useSetState']
const useSize: typeof import('ahooks')['useSize']
const useState: typeof import('react')['useState']
const useSyncExternalStore: typeof import('react')['useSyncExternalStore']
const useTextSelection: typeof import('ahooks')['useTextSelection']
const useThrottle: typeof import('ahooks')['useThrottle']
const useThrottleEffect: typeof import('ahooks')['useThrottleEffect']
const useThrottleFn: typeof import('ahooks')['useThrottleFn']
const useTimeout: typeof import('ahooks')['useTimeout']
const useTitle: typeof import('ahooks')['useTitle']
const useToggle: typeof import('ahooks')['useToggle']
const useTrackedEffect: typeof import('ahooks')['useTrackedEffect']
const useTransition: typeof import('react')['useTransition']
const useUnmount: typeof import('ahooks')['useUnmount']
const useUnmountedRef: typeof import('ahooks')['useUnmountedRef']
const useUpdate: typeof import('ahooks')['useUpdate']
const useUpdateEffect: typeof import('ahooks')['useUpdateEffect']
const useUpdateLayoutEffect: typeof import('ahooks')['useUpdateLayoutEffect']
const useVirtualList: typeof import('ahooks')['useVirtualList']
const useWebSocket: typeof import('ahooks')['useWebSocket']
const useWhyDidYouUpdate: typeof import('ahooks')['useWhyDidYouUpdate']
const userCard: typeof import('./src/components/cards/userCard.tsx')['default']
}