@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
23 lines (19 loc) • 516 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _reactNative = require('react-native');
exports['default'] = function (theme) {
return _reactNative.StyleSheet.create({
progressOuter: {
backgroundColor: theme.border_color_base,
flex: 1
},
progressBar: {
borderBottomWidth: 4,
borderStyle: 'solid',
borderColor: theme.brand_primary
}
});
};
module.exports = exports['default'];