4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
|
|
import { TdTreeSelectProps } from './type';
|
||
|
|
declare const props: TdTreeSelectProps;
|
||
|
|
export default props;
|