mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-20 22:17:51 +00:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
declare module '*.vue' {
|
|
import { defineComponent } from 'vue';
|
|
const Component: ReturnType<typeof defineComponent>;
|
|
export default Component;
|
|
}
|