cloudhub-components
Version:
Various components to use in react projects
18 lines (17 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// ----------------------------------------------------------------------
var breakpoints = {
values: {
xs: 0,
sm: 600,
md: 960,
lg: 1280,
xl: 1920
}
};
var _default = breakpoints;
exports.default = _default;