-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomponents.d.ts
23 lines (22 loc) · 914 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
22
23
/* 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 {
Avatar: typeof import('vue-amazing-ui')['Avatar']
Button: typeof import('vue-amazing-ui')['Button']
ConfigProvider: typeof import('vue-amazing-ui')['ConfigProvider']
FloatButton: typeof import('vue-amazing-ui')['FloatButton']
Input: typeof import('vue-amazing-ui')['Input']
List: typeof import('vue-amazing-ui')['List']
ListItem: typeof import('vue-amazing-ui')['ListItem']
Message: typeof import('vue-amazing-ui')['Message']
Popover: typeof import('vue-amazing-ui')['Popover']
Result: typeof import('vue-amazing-ui')['Result']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}