5 lines
267 B
TypeScript
5 lines
267 B
TypeScript
import type { DefaultOptionType, FieldNames, SelectProps } from '../Select';
|
|
declare function warningProps(props: SelectProps): void;
|
|
export declare function warningNullOptions(options: DefaultOptionType[], fieldNames: FieldNames): void;
|
|
export default warningProps;
|