4 lines
120 B
TypeScript
4 lines
120 B
TypeScript
import { SelectProps } from '..';
|
|
declare function warningProps(props: SelectProps): void;
|
|
export default warningProps;
|