Files
icehrm/web/node_modules/rc-tree-select/lib/utils/warningPropsUtil.d.ts
2020-05-20 18:47:29 +02:00

4 lines
139 B
TypeScript

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