UNPKG

antd-mobile-alita

Version:

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

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;