-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
35 lines (34 loc) · 2.13 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
27
28
29
30
31
32
33
34
35
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheDialogAbout: typeof import('./src/components/TheDialogAbout.vue')['default']
TheNavBar: typeof import('./src/components/TheNavBar.vue')['default']
TheViewDataEntryParsed: typeof import('./src/components/TheViewDataEntryParsed.vue')['default']
TheViewEntries: typeof import('./src/components/TheViewEntries.vue')['default']
TheViewJsonInput: typeof import('./src/components/TheViewJsonInput.vue')['default']
TheViewJsonParsed: typeof import('./src/components/TheViewJsonParsed.vue')['default']
TheViewListAuthors: typeof import('./src/components/TheViewListAuthors.vue')['default']
TheViewListLanguages: typeof import('./src/components/TheViewListLanguages.vue')['default']
TheViewListSources: typeof import('./src/components/TheViewListSources.vue')['default']
TheViewListTags: typeof import('./src/components/TheViewListTags.vue')['default']
TheViewSelectors: typeof import('./src/components/TheViewSelectors.vue')['default']
TheViewTime: typeof import('./src/components/TheViewTime.vue')['default']
TheViewTimeHeader: typeof import('./src/components/TheViewTimeHeader.vue')['default']
TheWidgetSearch: typeof import('./src/components/TheWidgetSearch.vue')['default']
VDataEntry: typeof import('./src/components/VDataEntry.vue')['default']
VDialog: typeof import('./src/components/VDialog.vue')['default']
VHistogram: typeof import('./src/components/VHistogram.vue')['default']
VMessage: typeof import('./src/components/VMessage.vue')['default']
VMessages: typeof import('./src/components/VMessages.vue')['default']
VSelector: typeof import('./src/components/VSelector.vue')['default']
VTextFrequency: typeof import('./src/components/VTextFrequency.vue')['default']
VViewListHeader: typeof import('./src/components/VViewListHeader.vue')['default']
}
}