instance.d.ts 104 B

12
  1. import type Alert from './alert.vue';
  2. export type AlertInstance = InstanceType<typeof Alert> & unknown;