UNPKG

antd-mobile

Version:

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

25 lines (24 loc) 632 B
interface TabsProps { activeKey?: string; defaultActiveKey?: string; onChange?: (key: string) => void; onTabClick?: (key: string) => void; tabBarPosition?: 'top' | 'bottom'; animated?: boolean; swipeable?: boolean; children?: any; underlineColor?: string; activeUnderlineColor?: string; textColor?: string; activeTextColor?: string; styles?: any; barStyle?: any; className?: string; prefixCls?: string; destroyInactiveTabPane?: boolean; pageSize?: Number; speed?: Number; tabBarhammerOptions?: any; hammerOptions?: any; } export default TabsProps;