UNPKG

@ant-design/react-native

Version:

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

14 lines 376 B
import { StyleSheet } from 'react-native'; export default (function (theme) { return StyleSheet.create({ progressOuter: { backgroundColor: theme.border_color_base, flex: 1 }, progressBar: { borderBottomWidth: 4, borderStyle: 'solid', borderColor: theme.brand_primary } }); });