-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathauto-imports.d.ts
More file actions
17 lines (17 loc) · 875 Bytes
/
auto-imports.d.ts
File metadata and controls
17 lines (17 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
const GlyphBsa: typeof import('~icons/glyph/bsa.jsx')['default']
const GlyphManhattanHydraulics: typeof import('~icons/glyph/manhattan-hydraulics.jsx')['default']
const GlyphOtd: typeof import('~icons/glyph/otd.jsx')['default']
const MdiCheck: typeof import('~icons/mdi/check.jsx')['default']
const MdiClose: typeof import('~icons/mdi/close.jsx')['default']
const useCallback: typeof import('react')['useCallback']
const useContext: typeof import('react')['useContext']
const useEffect: typeof import('react')['useEffect']
const useMemo: typeof import('react')['useMemo']
const useReducer: typeof import('react')['useReducer']
const useRef: typeof import('react')['useRef']
const useState: typeof import('react')['useState']
}
export {}