first commit
This commit is contained in:
20
components.d.ts
vendored
Normal file
20
components.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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 {
|
||||
CommunityIcon: typeof import('./src/components/icons/CommunityIcon.vue')['default']
|
||||
DocumentationIcon: typeof import('./src/components/icons/DocumentationIcon.vue')['default']
|
||||
EcosystemIcon: typeof import('./src/components/icons/EcosystemIcon.vue')['default']
|
||||
FrameworkLink: typeof import('./src/components/FrameworkLink.vue')['default']
|
||||
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
||||
Island: typeof import('./node_modules/.pnpm/iles@0.7.32/node_modules/iles/dist/client/app/components/Island.vue')['default']
|
||||
SupportIcon: typeof import('./src/components/icons/SupportIcon.vue')['default']
|
||||
ToolingIcon: typeof import('./src/components/icons/ToolingIcon.vue')['default']
|
||||
Welcome: typeof import('./src/components/Welcome.vue')['default']
|
||||
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
Reference in New Issue
Block a user