warningPropsUtil.d.ts 267 B

1234
  1. import type { DefaultOptionType, FieldNames, SelectProps } from '../Select';
  2. declare function warningProps(props: SelectProps): void;
  3. export declare function warningNullOptions(options: DefaultOptionType[], fieldNames: FieldNames): void;
  4. export default warningProps;