instance.d.ts 100 B

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