-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathauto-imports.d.ts
More file actions
19 lines (19 loc) · 956 Bytes
/
Copy pathauto-imports.d.ts
File metadata and controls
19 lines (19 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
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 useCallback: typeof import('react')['useCallback']
const useContext: typeof import('react')['useContext']
const useDebugValue: typeof import('react')['useDebugValue']
const useEffect: typeof import('react')['useEffect']
const useImperativeHandle: typeof import('react')['useImperativeHandle']
const useLayoutEffect: typeof import('react')['useLayoutEffect']
const useMemo: typeof import('react')['useMemo']
const useReducer: typeof import('react')['useReducer']
const useRef: typeof import('react')['useRef']
const useState: typeof import('react')['useState']
}
export {}