instance.d.ts 106 B

12
  1. import type TreeV2 from './tree.vue';
  2. export type TreeV2Instance = InstanceType<typeof TreeV2> & unknown;