-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
26 lines (25 loc) · 1.37 KB
/
components.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
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
'ICil:mediaPlay': typeof import('~icons/cil/media-play')['default']
IClaritySettingsLine: typeof import('~icons/clarity/settings-line')['default']
'IFaSolid:angleDoubleLeft': typeof import('~icons/fa-solid/angle-double-left')['default']
'IFaSolid:angleDoubleRight': typeof import('~icons/fa-solid/angle-double-right')['default']
'IFaSolid:moon': typeof import('~icons/fa-solid/moon')['default']
'IFaSolid:sun': typeof import('~icons/fa-solid/sun')['default']
'IFileIcons:configPython': typeof import('~icons/file-icons/config-python')['default']
'IFileIcons:testPython': typeof import('~icons/file-icons/test-python')['default']
IFluentSettings32Regular: typeof import('~icons/fluent/settings32-regular')['default']
IIonArrowBackOutline: typeof import('~icons/ion/arrow-back-outline')['default']
'IMdi:languagePython': typeof import('~icons/mdi/language-python')['default']
TheHeader: typeof import('./src/components/TheHeader.vue')['default']
TheSidebar: typeof import('./src/components/TheSidebar.vue')['default']
}
}