react-simple-arrows
Version:
react components which make it simple to draw svg arrows in a react app
9 lines • 315 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./ArrowSvg"));
__export(require("./ArrowBetweenDivs"));
__export(require("./constants"));
//# sourceMappingURL=index.js.map