UNPKG

antd-mobile-rn

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

13 lines (12 loc) 337 B
import React from 'react'; import { TabBarProps } from './PropsType'; declare class TabBar extends React.Component<TabBarProps, any> { static defaultProps: { barTintColor: string; tintColor: string; unselectedTintColor: string; }; static Item: any; render(): JSX.Element; } export default TabBar;