types.ts 100 Bytes
import { defineComponent } from 'vue';

export type Component = ReturnType<typeof defineComponent>;