instance.d.ts 98 B

12
  1. import type Card from './card.vue';
  2. export declare type CardInstance = InstanceType<typeof Card>;