instance.d.ts 104 B

12
  1. import type Input from './input.vue';
  2. export type InputInstance = InstanceType<typeof Input> & unknown;