UNPKG

@ant-design/react-native

Version:

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

8 lines (7 loc) 245 B
import React from 'react'; export default class BasicTabBarExample extends React.Component<any, any> { constructor(props: any); renderContent(pageText: any): JSX.Element; onChangeTab(tabName: any): void; render(): JSX.Element; }