UNPKG

tntd

Version:

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

5 lines 268 B
import type { RefOptionListProps } from 'rc-select/lib/OptionList'; import * as React from 'react'; declare const RefOptionList: React.ForwardRefExoticComponent<React.RefAttributes<RefOptionListProps>>; export default RefOptionList; //# sourceMappingURL=index.d.ts.map