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