instance.d.ts 207 B

123456
  1. import { _default } from "./tree.vue.js";
  2. //#region ../../packages/components/tree-v2/src/instance.d.ts
  3. type TreeV2Instance = InstanceType<typeof _default> & unknown;
  4. //#endregion
  5. export { TreeV2Instance };