mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 08:47:13 +00:00
5 lines
208 B
TypeScript
5 lines
208 B
TypeScript
import TreeSelect from './src/tree-select.vue';
|
|
import type { SFCWithInstall } from 'element-plus/es/utils';
|
|
export declare const ElTreeSelect: SFCWithInstall<typeof TreeSelect>;
|
|
export default ElTreeSelect;
|