package.lib.utils.warningPropsUtil.d.ts Maven / Gradle / Ivy
The newest version!
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;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy