UNPKG

antd-mobile-rn

Version:

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

8 lines (7 loc) 253 B
/// <reference types="react" /> import { Models, PropsType } from 'rmc-tabs'; interface TabsProps extends PropsType { /** render for replace the tab of tabbar. */ renderTab?: (tab: Models.TabData) => React.ReactNode; } export default TabsProps;