-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauto-imports.d.ts
More file actions
42 lines (42 loc) · 2.19 KB
/
auto-imports.d.ts
File metadata and controls
42 lines (42 loc) · 2.19 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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const Link: typeof import('react-router-dom')['Link']
const NavLink: typeof import('react-router-dom')['NavLink']
const Navigate: typeof import('react-router-dom')['Navigate']
const Outlet: typeof import('react-router-dom')['Outlet']
const React: typeof import('react')['React']
const Trans: typeof import('react-i18next')['Trans']
const cloneElement: typeof import('react')['cloneElement']
const createContext: typeof import('react')['createContext']
const createElement: typeof import('react')['createElement']
const forwardRef: typeof import('react')['forwardRef']
const isValidElement: typeof import('react')['isValidElement']
const lazy: typeof import('react')['lazy']
const memo: typeof import('react')['memo']
const startTransition: typeof import('react')['startTransition']
const useCallback: typeof import('react')['useCallback']
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 useId: typeof import('react')['useId']
const useImperativeHandle: typeof import('react')['useImperativeHandle']
const useInsertionEffect: typeof import('react')['useInsertionEffect']
const useLayoutEffect: typeof import('react')['useLayoutEffect']
const useLocation: typeof import('react-router-dom')['useLocation']
const useMemo: typeof import('react')['useMemo']
const useNavigate: typeof import('react-router-dom')['useNavigate']
const useParams: typeof import('react-router-dom')['useParams']
const useReducer: typeof import('react')['useReducer']
const useRef: typeof import('react')['useRef']
const useSearchParams: typeof import('react-router-dom')['useSearchParams']
const useState: typeof import('react')['useState']
const useSyncExternalStore: typeof import('react')['useSyncExternalStore']
const useTransition: typeof import('react')['useTransition']
const useTranslation: typeof import('react-i18next')['useTranslation']
}