UNPKG

tntd

Version:

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

8 lines 247 B
export function Item(props: any): React.JSX.Element; export default Columns; import React from "react"; declare function Columns(props: any): React.JSX.Element; declare namespace Columns { export { Item }; } //# sourceMappingURL=index.d.ts.map