@visx/bounds
Version:
Utilities to make your life with bounding boxes better
13 lines (12 loc) • 398 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "withBoundingRects", {
enumerable: true,
get: function () {
return _withBoundingRects.default;
}
});
var _withBoundingRects = _interopRequireDefault(require("./enhancers/withBoundingRects"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }