Files

4 lines
106 B
TypeScript

import { TdTreeSelectProps } from './type';
declare const props: TdTreeSelectProps;
export default props;