instance.ts 93 B

123
  1. import type Input from './input.vue'
  2. export type InputInstance = InstanceType<typeof Input>