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