instance.d.ts 102 Bytes
import type Input from './input.vue';
export declare type InputInstance = InstanceType<typeof Input>;