Files
video-gen/video-gen-admin/node_modules/@rc-component/tree-select/es/utils/warningPropsUtil.d.ts
T
2026-05-25 17:08:18 +08:00

6 lines
182 B
TypeScript

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