JewelryMall/admin/node_modules/element-plus/es/components/tree/src/instance.d.ts
2026-02-14 19:29:15 +08:00

3 lines
100 B
TypeScript

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