UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

5 lines 335 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; //# sourceMappingURL=warningPropsUtil.d.ts.map