Files
heartbeatcat/components.d.ts
2024-07-16 21:14:07 +08:00

17 lines
594 B
TypeScript

/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
DrawerContainer: typeof import('./src/components/DrawerContainer.vue')['default']
Greet: typeof import('./src/components/Greet.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TablerDeviceWatch: typeof import('./src/components/icons/TablerDeviceWatch.vue')['default']
}
}