mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-23 10:27:47 +00:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
import { defineComponent } from 'vue';
|
|
|
|
export type Component = ReturnType<typeof defineComponent>;
|