antd-mobile
Version:
基于 React 的移动设计规范实现
25 lines (22 loc) • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _reactNative = require('react-native');
exports['default'] = _reactNative.StyleSheet.create({
pagination: {
position: 'absolute',
alignItems: 'center'
},
paginationX: {
bottom: 10,
left: 0,
right: 0
},
paginationY: {
right: 10,
top: 0,
bottom: 0
}
});
module.exports = exports['default'];