-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
25 lines (23 loc) · 1.04 KB
/
components.d.ts
File metadata and controls
25 lines (23 loc) · 1.04 KB
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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Action: typeof import('./src/components/Action.vue')['default']
Background: typeof import('./src/components/Background.vue')['default']
FansTitle: typeof import('./src/components/FansTitle.vue')['default']
FocusedInput: typeof import('./src/components/FocusedInput.vue')['default']
Header: typeof import('./src/layouts/Header.vue')['default']
InfoDialog: typeof import('./src/components/InfoDialog.vue')['default']
Main: typeof import('./src/layouts/Main.vue')['default']
NInput: typeof import('naive-ui')['NInput']
NPopover: typeof import('naive-ui')['NPopover']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SuperChat: typeof import('./src/components/SuperChat.vue')['default']
}
}