UNPKG

rc-cascader

Version:
5 lines (4 loc) 289 B
import type { DefaultOptionType, FieldNames, InternalCascaderProps } from '../Cascader'; declare function warningProps(props: InternalCascaderProps): void; export declare function warningNullOptions(options: DefaultOptionType[], fieldNames: FieldNames): void; export default warningProps;