mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 08:34:47 +00:00
8 lines
272 B
TypeScript
8 lines
272 B
TypeScript
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';
|