-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauto-imports.d.ts
More file actions
152 lines (152 loc) · 9.54 KB
/
Copy pathauto-imports.d.ts
File metadata and controls
152 lines (152 loc) · 9.54 KB
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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const Activity: typeof import('react').Activity
const Fragment: typeof import('react').Fragment
const Icon: typeof import('@iconify/react').Icon
const InfiniteQueryObserver: typeof import('@tanstack/react-query').InfiniteQueryObserver
const Link: typeof import('@tanstack/react-router').Link
const Outlet: typeof import('@tanstack/react-router').Outlet
const Profiler: typeof import('react').Profiler
const QueriesObserver: typeof import('@tanstack/react-query').QueriesObserver
const QueryErrorResetBoundary: typeof import('@tanstack/react-query').QueryErrorResetBoundary
const QueryObserver: typeof import('@tanstack/react-query').QueryObserver
const Suspense: typeof import('react').Suspense
const ViewTransition: typeof import('react').ViewTransition
const act: typeof import('react').act
const addTransitionType: typeof import('react').addTransitionType
const atom: typeof import('jotai').atom
const atomEffect: typeof import('jotai-effect').atomEffect
const atomFamily: typeof import('jotai/utils').atomFamily
const atomWithDefault: typeof import('jotai/utils').atomWithDefault
const atomWithHash: typeof import('jotai-location').atomWithHash
const atomWithLocation: typeof import('jotai-location').atomWithLocation
const atomWithMutative: typeof import('jotai-mutative').atomWithMutative
const atomWithObservable: typeof import('jotai/utils').atomWithObservable
const atomWithReducer: typeof import('jotai/utils').atomWithReducer
const atomWithReset: typeof import('jotai/utils').atomWithReset
const atomWithSearchParams: typeof import('jotai-location').atomWithSearchParams
const atomWithStorage: typeof import('jotai/utils').atomWithStorage
const cache: typeof import('react').cache
const cacheSignal: typeof import('react').cacheSignal
const clsx: typeof import('clsx').clsx
const createContext: typeof import('react').createContext
const createJSONStorage: typeof import('jotai/utils').createJSONStorage
const createPortal: typeof import('react-dom').createPortal
const createRef: typeof import('react').createRef
const deepMemo: typeof import('@/utils/react/deepMemo').default
const flushSync: typeof import('react-dom').flushSync
const focusAtom: typeof import('jotai-optics').focusAtom
const focusManager: typeof import('@tanstack/react-query').focusManager
const forwardRef: typeof import('react').forwardRef
const freezeAtom: typeof import('jotai/utils').freezeAtom
const freezeAtomCreator: typeof import('jotai/utils').freezeAtomCreator
const infiniteQueryOptions: typeof import('@tanstack/react-query').infiniteQueryOptions
const invariant: typeof import('tiny-invariant').default
const keepPreviousData: typeof import('@tanstack/react-query').keepPreviousData
const lazy: typeof import('react').lazy
const loadable: typeof import('jotai/utils').loadable
const markAsMemoized: typeof import('@/utils/react/markAsMemoized').default
const markAsStable: typeof import('@/utils/react/markAsStable').default
const memo: typeof import('react').memo
const notifyManager: typeof import('@tanstack/react-query').notifyManager
const onlineManager: typeof import('@tanstack/react-query').onlineManager
const preconnect: typeof import('react-dom').preconnect
const prefetchDNS: typeof import('react-dom').prefetchDNS
const preinit: typeof import('react-dom').preinit
const preinitModule: typeof import('react-dom').preinitModule
const preload: typeof import('react-dom').preload
const preloadModule: typeof import('react-dom').preloadModule
const queryOptions: typeof import('@tanstack/react-query').queryOptions
const selectAtom: typeof import('jotai/utils').selectAtom
const skipToken: typeof import('@tanstack/react-query').skipToken
const splitAtom: typeof import('jotai/utils').splitAtom
const startTransition: typeof import('react').startTransition
const use: typeof import('react').use
const useActionState: typeof import('react').useActionState
const useAtom: typeof import('jotai').useAtom
const useAtomCallback: typeof import('jotai/utils').useAtomCallback
const useAtomValue: typeof import('jotai').useAtomValue
const useAwaited: typeof import('@tanstack/react-router').useAwaited
const useBlocker: typeof import('@tanstack/react-router').useBlocker
const useCallback: typeof import('react').useCallback
const useCanGoBack: typeof import('@tanstack/react-router').useCanGoBack
const useChildMatches: typeof import('@tanstack/react-router').useChildMatches
const useContext: typeof import('react').useContext
const useDebugValue: typeof import('react').useDebugValue
const useDeferredValue: typeof import('react').useDeferredValue
const useEffect: typeof import('react').useEffect
const useEffectEvent: typeof import('react').useEffectEvent
const useGetAtom: typeof import('@/utils/jotai/useGetAtom').default
const useHydrateAtoms: typeof import('jotai/utils').useHydrateAtoms
const useId: typeof import('react').useId
const useImperativeHandle: typeof import('react').useImperativeHandle
const useInfiniteQuery: typeof import('@tanstack/react-query').useInfiniteQuery
const useInsertionEffect: typeof import('react').useInsertionEffect
const useIsFetching: typeof import('@tanstack/react-query').useIsFetching
const useIsMutating: typeof import('@tanstack/react-query').useIsMutating
const useLatest: typeof import('react-use').useLatest
const useLayoutEffect: typeof import('react').useLayoutEffect
const useLinkProps: typeof import('@tanstack/react-router').useLinkProps
const useLoaderData: typeof import('@tanstack/react-router').useLoaderData
const useLoaderDeps: typeof import('@tanstack/react-router').useLoaderDeps
const useLocation: typeof import('@tanstack/react-router').useLocation
const useMatch: typeof import('@tanstack/react-router').useMatch
const useMatchRoute: typeof import('@tanstack/react-router').useMatchRoute
const useMatches: typeof import('@tanstack/react-router').useMatches
const useMemo: typeof import('react').useMemo
const useMutation: typeof import('@tanstack/react-query').useMutation
const useMutationState: typeof import('@tanstack/react-query').useMutationState
const useMutative: typeof import('use-mutative').useMutative
const useMutativeAtom: typeof import('jotai-mutative').useMutativeAtom
const useMutativeReducer: typeof import('use-mutative').useMutativeReducer
const useNavigate: typeof import('@tanstack/react-router').useNavigate
const useOptimistic: typeof import('react').useOptimistic
const useParams: typeof import('@tanstack/react-router').useParams
const useParentMatches: typeof import('@tanstack/react-router').useParentMatches
const usePrefetchInfiniteQuery: typeof import('@tanstack/react-query').usePrefetchInfiniteQuery
const usePrefetchQuery: typeof import('@tanstack/react-query').usePrefetchQuery
const useQueries: typeof import('@tanstack/react-query').useQueries
const useQuery: typeof import('@tanstack/react-query').useQuery
const useQueryClient: typeof import('@tanstack/react-query').useQueryClient
const useQueryErrorResetBoundary: typeof import('@tanstack/react-query').useQueryErrorResetBoundary
const useReducer: typeof import('react').useReducer
const useReducerAtom: typeof import('jotai/utils').useReducerAtom
const useRef: typeof import('react').useRef
const useResetAtom: typeof import('jotai/utils').useResetAtom
const useRouteContext: typeof import('@tanstack/react-router').useRouteContext
const useRouter: typeof import('@tanstack/react-router').useRouter
const useRouterState: typeof import('@tanstack/react-router').useRouterState
const useSearch: typeof import('@tanstack/react-router').useSearch
const useSetAtom: typeof import('jotai').useSetAtom
const useStableCallback: typeof import('@/utils/hooks/useStableCallback').default
const useState: typeof import('react').useState
const useStore: typeof import('jotai').useStore
const useSuspenseInfiniteQuery: typeof import('@tanstack/react-query').useSuspenseInfiniteQuery
const useSuspenseQueries: typeof import('@tanstack/react-query').useSuspenseQueries
const useSuspenseQuery: typeof import('@tanstack/react-query').useSuspenseQuery
const useSyncExternalStore: typeof import('react').useSyncExternalStore
const useTransition: typeof import('react').useTransition
const waitForAll: typeof import('jotai/utils').waitForAll
const withMutative: typeof import('jotai-mutative').withMutative
}
// for type re-export
declare global {
// @ts-ignore
export type { MemoizedValue, MemoizedCallback, Memoized, MemoizedProps, StableValue, StableCallback, Stable, StableDispatchSetStateAction, UnwrapMemoized, UnwrapStable, SyntheticEvent, ReactEventHandler, UIEventHandler, MouseEventHandler, TouchEventHandler, PointerEventHandler, ChangeEventHandler, KeyboardEventHandler, FormEventHandler, ComponentProps, ComponentPropsWithRef, ComponentPropsWithoutRef, CustomComponentPropsWithRef, PropsWithoutRef, PropsWithChildren, ComponentRef, Ref, RefObject, RefCallback, Dispatch, SetStateAction, ReactNode, JSX, ComponentType, ElementType, ReactElement, CSSProperties } from 'react'
import('react')
// @ts-ignore
export type { Atom, Getter, Setter } from 'jotai'
import('jotai')
// @ts-ignore
export type { Store } from 'jotai/vanilla/store'
import('jotai/vanilla/store')
// @ts-ignore
export type { QueryClient, UseQueryResult, UseInfiniteQueryResult, UseQueryOptions, UseInfiniteQueryOptions } from '@tanstack/react-query'
import('@tanstack/react-query')
}