native-base
Version:
Essential cross-platform UI components for React Native
43 lines (42 loc) • 591 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const sizes = {
'xs': {
height: 10,
width: 10
},
'sm': {
height: 12,
width: 12
},
'md': {
height: 16,
width: 16
},
'lg': {
height: 24,
width: 24
},
'xl': {
height: 32,
width: 32
},
'2xl': {
height: 40,
width: 40
}
};
const baseStyle = {
rounded: 'full',
alignItems: 'center',
justifyContent: 'center'
};
var _default = {
baseStyle,
sizes
};
exports.default = _default;
//# sourceMappingURL=circle.js.map
;