stdproject/frontend/node_modules/element-plus/es/components/tree/index.d.ts

7 lines
242 B
TypeScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
import Tree from './src/tree.vue';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElTree: SFCWithInstall<typeof Tree>;
export default ElTree;
export * from './src/tree.type';
export * from './src/instance';