UNPKG

tntd

Version:

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

11 lines 374 B
import { ComponentType } from 'react'; import type { UploadProps as AntdUploadProps } from 'antd/lib/upload'; import './upload.less'; import './style'; export * from 'antd/lib/upload'; export declare type UploadProps = AntdUploadProps & { readonly?: boolean; }; declare const Upload: ComponentType<UploadProps>; export default Upload; //# sourceMappingURL=index.d.ts.map