|
5 | 5 | // Read more: https://github.com/vuejs/core/pull/3399
|
6 | 6 | export {}
|
7 | 7 |
|
8 |
| -declare module 'vue' { |
| 8 | +declare module "vue" { |
9 | 9 | export interface GlobalComponents {
|
10 |
| - AiSuggestionIcon: typeof import('./src/components/AiSuggestionIcon.vue')['default'] |
11 |
| - BBadge: typeof import('bootstrap-vue-next')['BBadge'] |
12 |
| - BButton: typeof import('bootstrap-vue-next')['BButton'] |
13 |
| - BCard: typeof import('bootstrap-vue-next')['BCard'] |
14 |
| - BCol: typeof import('bootstrap-vue-next')['BCol'] |
15 |
| - BContainer: typeof import('bootstrap-vue-next')['BContainer'] |
16 |
| - BDropdown: typeof import('bootstrap-vue-next')['BDropdown'] |
17 |
| - BDropdownDivider: typeof import('bootstrap-vue-next')['BDropdownDivider'] |
18 |
| - BDropdownItem: typeof import('bootstrap-vue-next')['BDropdownItem'] |
19 |
| - BFormInput: typeof import('bootstrap-vue-next')['BFormInput'] |
20 |
| - BFormSelect: typeof import('bootstrap-vue-next')['BFormSelect'] |
21 |
| - BFormSelectOption: typeof import('bootstrap-vue-next')['BFormSelectOption'] |
22 |
| - BFormTextarea: typeof import('bootstrap-vue-next')['BFormTextarea'] |
23 |
| - BImg: typeof import('bootstrap-vue-next')['BImg'] |
24 |
| - BModal: typeof import('bootstrap-vue-next')['BModal'] |
25 |
| - Book: typeof import('./src/components/Book.vue')['default'] |
26 |
| - BRow: typeof import('bootstrap-vue-next')['BRow'] |
27 |
| - BTab: typeof import('bootstrap-vue-next')['BTab'] |
28 |
| - BTabs: typeof import('bootstrap-vue-next')['BTabs'] |
29 |
| - copy: typeof import('./src/components/IssueSuggestionList copy.vue')['default'] |
30 |
| - Entry: typeof import('./src/components/Entry.vue')['default'] |
31 |
| - EntrySuggestionList: typeof import('./src/components/EntrySuggestionList.vue')['default'] |
32 |
| - Gallery: typeof import('./src/components/Gallery.vue')['default'] |
33 |
| - IBiLightbulbFill: typeof import('~icons/bi/lightbulb-fill')['default'] |
34 |
| - InducksEntry: typeof import('./src/components/InducksEntry.vue')['default'] |
35 |
| - Issue: typeof import('./src/components/Issue.vue')['default'] |
36 |
| - IssueSelect: typeof import('./src/components/IssueSelect.vue')['default'] |
37 |
| - IssueSuggestionList: typeof import('./src/components/IssueSuggestionList.vue')['default'] |
38 |
| - IssueSuggestionModal: typeof import('./src/components/IssueSuggestionModal.vue')['default'] |
39 |
| - Publication: typeof import('./src/components/Publication.vue')['default'] |
40 |
| - RouterLink: typeof import('vue-router')['RouterLink'] |
41 |
| - RouterView: typeof import('vue-router')['RouterView'] |
42 |
| - StorySearch: typeof import('./src/components/StorySearch.vue')['default'] |
43 |
| - StorySuggestionList: typeof import('./src/components/StorySuggestionList.vue')['default'] |
44 |
| - SuggestionList: typeof import('./src/components/SuggestionList.vue')['default'] |
45 |
| - TextEditor: typeof import('./src/components/TextEditor.vue')['default'] |
46 |
| - UploadWidget: typeof import('./src/components/UploadWidget.vue')['default'] |
| 10 | + AiSuggestionIcon: typeof import("./src/components/AiSuggestionIcon.vue")["default"]; |
| 11 | + BBadge: typeof import("bootstrap-vue-next")["BBadge"]; |
| 12 | + BButton: typeof import("bootstrap-vue-next")["BButton"]; |
| 13 | + BCard: typeof import("bootstrap-vue-next")["BCard"]; |
| 14 | + BCol: typeof import("bootstrap-vue-next")["BCol"]; |
| 15 | + BContainer: typeof import("bootstrap-vue-next")["BContainer"]; |
| 16 | + BDropdown: typeof import("bootstrap-vue-next")["BDropdown"]; |
| 17 | + BDropdownDivider: typeof import("bootstrap-vue-next")["BDropdownDivider"]; |
| 18 | + BDropdownItem: typeof import("bootstrap-vue-next")["BDropdownItem"]; |
| 19 | + BFormInput: typeof import("bootstrap-vue-next")["BFormInput"]; |
| 20 | + BFormSelect: typeof import("bootstrap-vue-next")["BFormSelect"]; |
| 21 | + BFormSelectOption: typeof import("bootstrap-vue-next")["BFormSelectOption"]; |
| 22 | + BFormTextarea: typeof import("bootstrap-vue-next")["BFormTextarea"]; |
| 23 | + BImg: typeof import("bootstrap-vue-next")["BImg"]; |
| 24 | + BModal: typeof import("bootstrap-vue-next")["BModal"]; |
| 25 | + Book: typeof import("./src/components/Book.vue")["default"]; |
| 26 | + BRow: typeof import("bootstrap-vue-next")["BRow"]; |
| 27 | + BTab: typeof import("bootstrap-vue-next")["BTab"]; |
| 28 | + BTabs: typeof import("bootstrap-vue-next")["BTabs"]; |
| 29 | + Entry: typeof import("./src/components/Entry.vue")["default"]; |
| 30 | + EntrySuggestionList: typeof import("./src/components/EntrySuggestionList.vue")["default"]; |
| 31 | + Gallery: typeof import("./src/components/Gallery.vue")["default"]; |
| 32 | + IBiLightbulbFill: typeof import("~icons/bi/lightbulb-fill")["default"]; |
| 33 | + InducksEntry: typeof import("./src/components/InducksEntry.vue")["default"]; |
| 34 | + Issue: typeof import("./src/components/Issue.vue")["default"]; |
| 35 | + IssueSelect: typeof import("./src/components/IssueSelect.vue")["default"]; |
| 36 | + IssueSuggestionList: typeof import("./src/components/IssueSuggestionList.vue")["default"]; |
| 37 | + IssueSuggestionModal: typeof import("./src/components/IssueSuggestionModal.vue")["default"]; |
| 38 | + Publication: typeof import("./src/components/Publication.vue")["default"]; |
| 39 | + RouterLink: typeof import("vue-router")["RouterLink"]; |
| 40 | + RouterView: typeof import("vue-router")["RouterView"]; |
| 41 | + StorySearch: typeof import("./src/components/StorySearch.vue")["default"]; |
| 42 | + StorySuggestionList: typeof import("./src/components/StorySuggestionList.vue")["default"]; |
| 43 | + SuggestionList: typeof import("./src/components/SuggestionList.vue")["default"]; |
| 44 | + TextEditor: typeof import("./src/components/TextEditor.vue")["default"]; |
| 45 | + UploadWidget: typeof import("./src/components/UploadWidget.vue")["default"]; |
47 | 46 | }
|
48 | 47 | }
|
0 commit comments