Files
WAI_Project_VUE/node_modules/element-plus/lib/components/tree/index.d.ts

8 lines
272 B
TypeScript
Raw Normal View History

2025-11-24 23:24:06 +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';
export * from './src/tokens';