1 2 3
import { defineComponent } from 'vue'; export type Component = ReturnType<typeof defineComponent>;