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