types.ts 100 Bytes Edit Raw Blame History 1 2 3 import { defineComponent } from 'vue'; export type Component = ReturnType<typeof defineComponent>;