UNPKG

tntd

Version:

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

9 lines 275 B
import type { Context } from 'react'; export interface RowContextState { gutter?: [number, number]; wrap?: boolean; supportFlexGap?: boolean; } declare const RowContext: Context<RowContextState>; export default RowContext; //# sourceMappingURL=RowContext.d.ts.map