Files
ctms/frontend/node_modules/element-plus/es/components/tree-v2/src/instance.d.ts
T

3 lines
106 B
TypeScript

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