3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
|
|
import type Alert from './alert.vue';
|
||
|
|
export type AlertInstance = InstanceType<typeof Alert> & unknown;
|