Files
chart/types/components.d.ts
2025-08-25 21:02:37 +09:00

16 lines
504 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 {
LWChart: typeof import('./../src/components/LWChart.vue')['default']
LWChartOption: typeof import('./../src/components/LWChartOption.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}