-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
21 lines (20 loc) · 954 Bytes
/
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 {
HeaderLink: typeof import('./src/components/HeaderLink.vue')['default']
NetworkGraph: typeof import('./src/components/NetworkGraph.vue')['default']
PaperCard: typeof import('./src/components/PaperCard.vue')['default']
PaperList: typeof import('./src/components/PaperList.vue')['default']
PaperViewer: typeof import('./src/components/PaperViewer.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchPaper: typeof import('./src/components/SearchPaper.vue')['default']
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
TheHeader: typeof import('./src/components/TheHeader.vue')['default']
}
}