-
Notifications
You must be signed in to change notification settings - Fork 2
/
components.d.ts
21 lines (20 loc) · 1.07 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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
HeroiconsArrowDown20Solid: typeof import('~icons/heroicons/arrow-down20-solid')['default']
HeroiconsBoltSolid: typeof import('~icons/heroicons/bolt-solid')['default']
HeroiconsDocumentTextSolid: typeof import('~icons/heroicons/document-text-solid')['default']
HeroiconsGlobeAlt: typeof import('~icons/heroicons/globe-alt')['default']
HeroiconsMicrophoneSolid: typeof import('~icons/heroicons/microphone-solid')['default']
HeroiconsPaperAirplaneSolid: typeof import('~icons/heroicons/paper-airplane-solid')['default']
HeroiconsXMark20Solid: typeof import('~icons/heroicons/x-mark20-solid')['default']
MessageBox: typeof import('./src/components/MessageBox.vue')['default']
ModalBox: typeof import('./src/components/ModalBox.vue')['default']
NotificationStack: typeof import('./src/components/NotificationStack.vue')['default']
}
}