Files
frontend/node_modules/rc-cascader/lib/utils/warningPropsUtil.d.ts
2026-01-17 15:16:36 -05:00

5 lines
289 B
TypeScript

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;