UNPKG

@dfnivo/sankey

Version:

<a href="https://nivo.rocks"><img alt="nivo" src="https://raw.githubusercontent.com/plouc/nivo/master/nivo.png" width="216" height="68"/></a>

21 lines (20 loc) 625 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); _exportStar(require("./Sankey"), exports); _exportStar(require("./ResponsiveSankey"), exports); _exportStar(require("./props"), exports); _exportStar(require("./types"), exports); function _exportStar(from, to) { Object.keys(from).forEach(function(k) { if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) Object.defineProperty(to, k, { enumerable: true, get: function() { return from[k]; } }); }); return from; } //# sourceMappingURL=index.js.map