warningPropsUtil.d.ts 139 Bytes Raw Blame History Permalink 1 2 3 import { TreeSelectProps } from '../TreeSelect'; declare function warningProps(props: TreeSelectProps): void; export default warningProps;