Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Oct 25, 2024
1 parent 11a7483 commit dfb79a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -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')
}

0 comments on commit dfb79a3

Please sign in to comment.