Files
pig-farm-controller-fe/node_modules/element-plus/es/components/tree-v2/src/instance.d.ts

3 lines
106 B
TypeScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
import type TreeV2 from './tree.vue';
export type TreeV2Instance = InstanceType<typeof TreeV2> & unknown;