UNPKG

antd-mobile-rn

Version:

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

10 lines (9 loc) 370 B
import React from 'react'; import { DefaultTabBar as RMCDefaultTabBar } from 'rmc-tabs/lib/index.native'; import TabsProps from './PropsType'; export default class Tabs extends React.PureComponent<TabsProps, {}> { static DefaultTabBar: typeof RMCDefaultTabBar; static defaultProps: {}; renderTabBar: (props: any) => JSX.Element; render(): JSX.Element; }