amis-rpc-design/node_modules/rc-tree-select/es/utils/warningPropsUtil.d.ts
2023-10-07 19:42:30 +08:00

6 lines
182 B
TypeScript

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