UNPKG

tntd

Version:

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

5 lines 269 B
import type { ColumnProps } from 'antd/lib/table'; import React from 'react'; export declare function normalizeColumns<T>(elements: React.ReactChildren): ColumnProps<T>[]; export declare function makeRandomCode(num?: number): string; //# sourceMappingURL=utils.d.ts.map