yingsa/admin/node_modules/element-plus/lib/components/tree-v2/src/instance.d.ts
2026-01-20 08:50:50 +08:00

3 lines
106 B
TypeScript

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