-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauto-imports.d.ts
41 lines (41 loc) · 2.21 KB
/
auto-imports.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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const Button: typeof import('./components/Button')['Button']
const ClientOnly: typeof import('./components/ClientOnly')['ClientOnly']
const Link: typeof import('./components/Link')['Link']
const PageContextProvider: typeof import('./hooks/usePageContext')['PageContextProvider']
const PageHeader: typeof import('./components/PageHeader')['PageHeader']
const PageShell: typeof import('./components/PageShell')['PageShell']
const Sidebar: typeof import('./components/Sidebar')['Sidebar']
const createRef: typeof import('react')['createRef']
const forwardRef: typeof import('react')['forwardRef']
const lazy: typeof import('react')['lazy']
const memo: typeof import('react')['memo']
const onRenderClient: typeof import('./renderer/+onRenderClient')['onRenderClient']
const onRenderHtml: typeof import('./renderer/+onRenderHtml')['onRenderHtml']
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 useMemo: typeof import('react')['useMemo']
const useMutation: typeof import('urql')['useMutation']
const usePageContext: typeof import('./hooks/usePageContext')['usePageContext']
const useQuery: typeof import('urql')['useQuery']
const useReducer: typeof import('react')['useReducer']
const useRef: typeof import('react')['useRef']
const useState: typeof import('react')['useState']
const useSyncExternalStore: typeof import('react')['useSyncExternalStore']
const useTransition: typeof import('react')['useTransition']
const viteConfig: typeof import('./vite')['default']
}