UNPKG

tntd

Version:

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

10 lines 335 B
export { default as iconList } from "../icon-list"; declare function _default({ type, prefix, className, ...props }: { [x: string]: any; type: any; prefix?: string | undefined; className?: string | undefined; }): React.JSX.Element; export default _default; import React from "react"; //# sourceMappingURL=index.d.ts.map