22 lines
1.1 KiB
TypeScript
22 lines
1.1 KiB
TypeScript
// 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 {
|
|
Additional: typeof import('./../../components/home/Additional.vue')['default']
|
|
Banner: typeof import('./../../components/home/Banner.vue')['default']
|
|
Basic: typeof import('./../../components/home/Basic.vue')['default']
|
|
Box: typeof import('./../../components/home/nodes/Box.vue')['default']
|
|
Custom: typeof import('./../../components/home/edges/Custom.vue')['default']
|
|
Features: typeof import('./../../components/home/Features.vue')['default']
|
|
Home: typeof import('./../../components/home/Home.vue')['default']
|
|
Input: typeof import('./../../components/home/nodes/Input.vue')['default']
|
|
Nested: typeof import('./../../components/home/Nested.vue')['default']
|
|
Output: typeof import('./../../components/home/nodes/Output.vue')['default']
|
|
RGB: typeof import('./../../components/home/RGB.vue')['default']
|
|
}
|
|
}
|
|
|
|
export { }
|