Files
copilot-toolbox-template-121/node_modules/rc-tree-select/lib/utils/warningPropsUtil.d.ts
2026-01-16 02:20:32 +00:00

6 lines
182 B
TypeScript

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