@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
26 lines (22 loc) • 573 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _reactNative = require('react-native');
exports['default'] = function (theme) {
return _reactNative.StyleSheet.create({
content: {
backgroundColor: theme.fill_base,
borderRadius: theme.radius_sm,
padding: 0,
elevation: 3
},
arrow: {
borderTopColor: 'transparent'
},
background: {
backgroundColor: 'transparent'
}
});
};
module.exports = exports['default'];