UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

10 lines (9 loc) 206 B
interface TabBarProps { barTintColor?: string; tintColor?: string; unselectedTintColor?: string; children: any; prefixCls?: string; className?: string; } export default TabBarProps;