instance.d.ts 104 B

12
  1. import type Empty from './empty.vue';
  2. export type EmptyInstance = InstanceType<typeof Empty> & unknown;