minishouyin/node_modules/rc-tree-select/es/utils/warningPropsUtil.d.ts

6 lines
182 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { TreeSelectProps } from '../TreeSelect';
declare function warningProps(props: TreeSelectProps & {
searchPlaceholder?: string;
}): void;
export default warningProps;