stdproject/frontend/src/shims-vue.d.ts

6 lines
168 B
TypeScript
Raw Normal View History

2025-06-07 09:22:52 +08:00
// 类型声明文件
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}