forked from starcoinorg/starcoin-dapp-demo-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
22 lines (20 loc) · 1019 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
// 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
import "@vue/runtime-core";
declare module "@vue/runtime-core" {
export interface GlobalComponents {
BasicActions: typeof import("./src/components/BasicActions.vue")["default"];
ElAlert: typeof import("element-plus/es")["ElAlert"];
ElButton: typeof import("element-plus/es")["ElButton"];
ElCard: typeof import("element-plus/es")["ElCard"];
ElDivider: typeof import("element-plus/es")["ElDivider"];
ElInput: typeof import("element-plus/es")["ElInput"];
ElText: typeof import("element-plus/es")["ElText"];
HelloWorld: typeof import("./src/components/HelloWorld.vue")["default"];
PermissionsActions: typeof import("./src/components/PermissionsActions.vue")["default"];
SendSTC: typeof import("./src/components/SendSTC.vue")["default"];
Status: typeof import("./src/components/Status.vue")["default"];
}
}
export {};