-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomponents.d.ts
48 lines (46 loc) · 2.48 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
36
37
38
39
40
41
42
43
44
45
46
47
48
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
BenefitsCardBenefitsCard: typeof import('./src/components/benefitsCard/BenefitsCard.vue')['default']
CoinCardCoinCard: typeof import('./src/components/coinCard/CoinCard.vue')['default']
FavoritesFavorites: typeof import('./src/components/favorites/Favorites.vue')['default']
FooterFooter: typeof import('./src/components/footer/Footer.vue')['default']
MessageMessage: typeof import('./src/components/message/Message.vue')['default']
NAnchor: typeof import('naive-ui')['NAnchor']
NAnchorLink: typeof import('naive-ui')['NAnchorLink']
NAvatar: typeof import('naive-ui')['NAvatar']
NavNav: typeof import('./src/components/nav/Nav.vue')['default']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NDataTable: typeof import('naive-ui')['NDataTable']
NDescriptions: typeof import('naive-ui')['NDescriptions']
NDescriptionsItem: typeof import('naive-ui')['NDescriptionsItem']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NGrid: typeof import('naive-ui')['NGrid']
NGridItem: typeof import('naive-ui')['NGridItem']
NIcon: typeof import('naive-ui')['NIcon']
NInput: typeof import('naive-ui')['NInput']
NInputGroup: typeof import('naive-ui')['NInputGroup']
NList: typeof import('naive-ui')['NList']
NListItem: typeof import('naive-ui')['NListItem']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NModal: typeof import('naive-ui')['NModal']
NPagination: typeof import('naive-ui')['NPagination']
NPopover: typeof import('naive-ui')['NPopover']
NRadioButton: typeof import('naive-ui')['NRadioButton']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin']
NSwitch: typeof import('naive-ui')['NSwitch']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTooltip: typeof import('naive-ui')['NTooltip']
TopTop: typeof import('./src/components/top/Top.vue')['default']
WalletRadioWalletRadio: typeof import('./src/components/walletRadio/WalletRadio.vue')['default']
WalletWallet: typeof import('./src/components/wallet/Wallet.vue')['default']
}
}
export { }