-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauto-imports.d.ts
57 lines (57 loc) · 3.02 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const AndroidTable: typeof import('./app/components/ConversionTables')['AndroidTable']
const Block: typeof import('./app/components/notion')['Block']
const Blocks: typeof import('./app/components/notion')['Blocks']
const Container: typeof import('./app/components/Container')['Container']
const CoverImage: typeof import('./app/components/CoverImage')['CoverImage']
const For: typeof import('./app/components/For')['For']
const HeaderLink: typeof import('./app/components/HeaderLink')['HeaderLink']
const Image3: typeof import('./app/components/Image')['Image3']
const IosTable: typeof import('./app/components/ConversionTables')['IosTable']
const Link: typeof import('react-router')['Link']
const NavHeader: typeof import('./app/components/NavHeader')['NavHeader']
const NavLink: typeof import('react-router')['NavLink']
const PostPreview: typeof import('./app/components/PostPreview')['default']
const ProjectCard: typeof import('./app/components/project-card')['ProjectCard']
const ProjectsPage: typeof import('./app/components/project-card')['ProjectsPage']
const ShareButtons: typeof import('./app/components/ShareButtons')['ShareButtons']
const Show: typeof import('./app/components/Show')['default']
const Suspense: typeof import('react')['Suspense']
const createMeta: typeof import('./app/shared/create-meta')['createMeta']
const createRef: typeof import('react')['createRef']
const forwardRef: typeof import('react')['forwardRef']
const getCollection: typeof import('./app/shared/utils')['getCollection']
const getImage: typeof import('./app/shared/utils')['getImage']
const lazy: typeof import('react')['lazy']
const memo: typeof import('react')['memo']
const sortBy: typeof import('./app/shared/utils')['sortBy']
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 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']
}
// for type re-export
declare global {
// @ts-ignore
export type { OutputMetadata } from './app/shared/utils'
import('./app/shared/utils')
}