native-base
Version:
Essential cross-platform UI components for React Native
34 lines (33 loc) • 577 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const defaultProps = {
_statLabel: {
fontSize: 'xl'
},
_statNumber: {
fontSize: '4xl',
fontWeight: 'bold',
my: 2
},
_statHelpText: {
_text: {
color: 'gray.500',
fontSize: 'xl'
},
flexDirection: 'row',
alignItems: 'center'
},
_statGroup: {
flexWrap: 'wrap',
space: 4,
justifyContent: 'space-between'
}
};
var _default = {
defaultProps
};
exports.default = _default;
//# sourceMappingURL=stat.js.map
;