diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index e804824..9eef6ca 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -4,7 +4,7 @@ // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import // biome-ignore lint: disable -export { } +export {} declare global { const Fragment: typeof import('react')['Fragment'] const IconTablerFaceIdError: typeof import('~icons/tabler/face-id-error.jsx')['default'] @@ -41,9 +41,9 @@ declare global { // for type re-export declare global { // @ts-ignore - export type { CSSProperties, ComponentProps, ReactNode, RefObject } from 'react' + export type { ComponentProps, CSSProperties, ReactNode, RefObject } from 'react' + import('react') // @ts-ignore export type { Root } from 'react-dom/client' - import('react') import('react-dom/client') }