UNPKG

tntd

Version:

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

4 lines 177 B
import * as React from 'react'; import type { SizeType } from './interface'; export declare const SizeContext: React.Context<SizeType>; //# sourceMappingURL=SizeContext.d.ts.map