UNPKG

tntd

Version:

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

10 lines 515 B
import type { CascaderProps as AntdCascaderProps } from 'antd/lib/cascader'; import AntdCascader from 'antd/lib/cascader'; import React from 'react'; export * from 'antd/lib/cascader'; export declare type CascaderProps = AntdCascaderProps & { readonly?: boolean; }; declare const _default: React.ForwardRefExoticComponent<Pick<AntdCascaderProps & React.RefAttributes<AntdCascader>, "key" | keyof AntdCascaderProps> & React.RefAttributes<unknown>>; export default _default; //# sourceMappingURL=cascader.d.ts.map