4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
import { TreeSelectProps } from '../TreeSelect';
|
|
declare function warningProps(props: TreeSelectProps): void;
|
|
export default warningProps;
|