react-bulma-components
Version:
React components for Bulma framework
21 lines (20 loc) • 473 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
SIZES: {
THREEQUARTERS: 'three-quarters',
TWOTHIRDS: 'two-thirds',
HALF: 'half',
ONETHIRD: 'one-third',
ONEQUARTER: 'one-quarter',
ONEFIFTH: 'one-fifth',
TWOFIFTHS: 'two-fifths',
THREEFIFTHS: 'three-fifths',
FOURFIFTHS: 'four-fifths'
}
};
exports["default"] = _default;
//# sourceMappingURL=constants.js.map
;