-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
22 lines (20 loc) · 1.04 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
// 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 {
Footer: typeof import('./src/components/Footer.vue')['default']
Moon: typeof import('./src/components/Moon.vue')['default']
RpcBar: typeof import('./src/components/RpcBar.vue')['default']
RpcLogs: typeof import('./src/components/RpcLogs.vue')['default']
RpcMethodArgs: typeof import('./src/components/RpcMethodArgs.vue')['default']
RpcMethods: typeof import('./src/components/RpcMethods.vue')['default']
RpcTopBar: typeof import('./src/components/RpcTopBar.vue')['default']
Sun: typeof import('./src/components/Sun.vue')['default']
'Sun copy': typeof import('./src/components/Sun copy.vue')['default']
ThemeToggler: typeof import('./src/components/ThemeToggler.vue')['default']
Wallet: typeof import('./src/components/Wallet.vue')['default']
}
}
export {}