-
Notifications
You must be signed in to change notification settings - Fork 0
/
auto-imports.d.ts
40 lines (40 loc) · 2.15 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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const Details: typeof import('./app/components/details')['Details']
const ErrorPage: typeof import('./app/components/error-page')['ErrorPage']
const For: typeof import('./app/components/for')['For']
const IconMenu: typeof import('./app/components/icons')['IconMenu']
const IconX: typeof import('./app/components/icons')['IconX']
const Link: typeof import('@remix-run/react')['Link']
const MonacoEditor: typeof import('./app/components/monaco-editor.client')['MonacoEditor']
const Show: typeof import('./app/components/show')['Show']
const StyledLink: typeof import('./app/components/styled-link')['StyledLink']
const ViewEntity: typeof import('./app/components/view-entity')['ViewEntity']
const clsx: typeof import('clsx')['default']
const compactStringify: typeof import('./app/utils/compact-stringify')['compactStringify']
const createHono: typeof import('./app/utils/create-hono')['createHono']
const defineLoader: typeof import('@remix-run/cloudflare')['unstable_defineLoader']
const flattenError: typeof import('./app/utils/wrap-server-query')['flattenError']
const flattenJson: typeof import('./app/utils/flatten-json')['flattenJson']
const formatSql: typeof import('./app/utils/format-sqlite')['formatSql']
const honoClient: typeof import('./app/utils/hono-client')['honoClient']
const useLoaderData: typeof import('@remix-run/react')['useLoaderData']
const useMutation: typeof import('@tanstack/react-query')['useMutation']
const useNavigate: typeof import('@remix-run/react')['useNavigate']
const useParams: typeof import('@remix-run/react')['useParams']
const useRevalidator: typeof import('@remix-run/react')['useRevalidator']
const wrapServerQuery: typeof import('./app/utils/wrap-server-query')['wrapServerQuery']
const z: typeof import('zod')['z']
const zValidator: typeof import('@hono/zod-validator')['zValidator']
}
// for type re-export
declare global {
// @ts-ignore
export type { AppLoadContext } from '@remix-run/cloudflare'
import('@remix-run/cloudflare')
}