first commit
This commit is contained in:
5
frontend/node_modules/rc-tree-select/es/utils/warningPropsUtil.d.ts
generated
vendored
Normal file
5
frontend/node_modules/rc-tree-select/es/utils/warningPropsUtil.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { TreeSelectProps } from '../TreeSelect';
|
||||
declare function warningProps(props: TreeSelectProps & {
|
||||
searchPlaceholder?: string;
|
||||
}): void;
|
||||
export default warningProps;
|
||||
Reference in New Issue
Block a user