warningPropsUtil.d.ts 139 Bytes
import { TreeSelectProps } from '../TreeSelect';
declare function warningProps(props: TreeSelectProps): void;
export default warningProps;