@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
1 lines • 880 B
JavaScript
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]=void 0;var _reactNative=require("react-native");var _default=function _default(theme){return _reactNative.StyleSheet.create({segment:{flexDirection:'row',overflow:'hidden',borderWidth:_reactNative.StyleSheet.hairlineWidth,borderColor:theme.brand_primary,borderRadius:theme.radius_md},item:{flex:1,paddingVertical:theme.h_spacing_sm,borderLeftWidth:_reactNative.StyleSheet.hairlineWidth,borderRightWidth:_reactNative.StyleSheet.hairlineWidth,borderStyle:'solid',alignItems:'center',justifyContent:'center'},itemLeftRadius:{borderTopLeftRadius:theme.radius_md,borderBottomLeftRadius:theme.radius_md},itemRightRadius:{borderTopRightRadius:theme.radius_md,borderBottomRightRadius:theme.radius_md},itemText:{textAlign:'center',fontSize:theme.font_size_caption_sm}});};exports["default"]=_default;