instance.d.ts 100 B

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