react-bps
Version:
Create breakpoints to your component props
15 lines (10 loc) • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.withBps = undefined;
var _withBps = require('./withBps');
var _withBps2 = _interopRequireDefault(_withBps);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.withBps = _withBps2.default;
exports.default = { withBps: _withBps2.default };