|
3 | 3 | // Generated by unplugin-vue-components |
4 | 4 | // Read more: https://github.com/vuejs/core/pull/3399 |
5 | 5 | // biome-ignore lint: disable |
6 | | -export {} |
| 6 | +export {}; |
7 | 7 |
|
8 | 8 | /* prettier-ignore */ |
9 | | -declare module 'vue' { |
10 | | - export interface GlobalComponents { |
11 | | - JoinMeetingForm: typeof import('./src/components/JoinMeetingForm.vue')['default'] |
12 | | - LucideAlertCircle: typeof import('~icons/lucide/alert-circle')['default'] |
13 | | - LucideMic: typeof import('~icons/lucide/mic')['default'] |
14 | | - LucideMicOff: typeof import('~icons/lucide/mic-off')['default'] |
15 | | - LucidePhoneOff: typeof import('~icons/lucide/phone-off')['default'] |
16 | | - LucidePlus: typeof import('~icons/lucide/plus')['default'] |
17 | | - LucideVideo: typeof import('~icons/lucide/video')['default'] |
18 | | - LucideVideoOff: typeof import('~icons/lucide/video-off')['default'] |
19 | | - RouterLink: typeof import('vue-router')['RouterLink'] |
20 | | - RouterView: typeof import('vue-router')['RouterView'] |
21 | | - SFUDashboard: typeof import('./src/components/SFUDashboard.vue')['default'] |
22 | | - VideoPreview: typeof import('./src/components/VideoPreview.vue')['default'] |
23 | | - } |
| 9 | +declare module "vue" { |
| 10 | + export interface GlobalComponents { |
| 11 | + JoinMeetingForm: typeof import( |
| 12 | + "./src/components/JoinMeetingForm.vue", |
| 13 | + )["default"]; |
| 14 | + LucideAlertCircle: typeof import("~icons/lucide/alert-circle")["default"]; |
| 15 | + LucideMic: typeof import("~icons/lucide/mic")["default"]; |
| 16 | + LucideMicOff: typeof import("~icons/lucide/mic-off")["default"]; |
| 17 | + LucidePhoneOff: typeof import("~icons/lucide/phone-off")["default"]; |
| 18 | + LucidePlus: typeof import("~icons/lucide/plus")["default"]; |
| 19 | + LucideVideo: typeof import("~icons/lucide/video")["default"]; |
| 20 | + LucideVideoOff: typeof import("~icons/lucide/video-off")["default"]; |
| 21 | + RouterLink: typeof import("vue-router")["RouterLink"]; |
| 22 | + RouterView: typeof import("vue-router")["RouterView"]; |
| 23 | + SFUDashboard: typeof import("./src/components/SFUDashboard.vue")["default"]; |
| 24 | + VideoPreview: typeof import("./src/components/VideoPreview.vue")["default"]; |
| 25 | + } |
24 | 26 | } |
0 commit comments