react-simple-arrows
Version:
react components which make it simple to draw svg arrows in a react app
8 lines • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var LineOrientation;
(function (LineOrientation) {
LineOrientation["HORIZONTAL"] = "HORIZONTAL";
LineOrientation["VERTICAL"] = "VERTICAL";
})(LineOrientation = exports.LineOrientation || (exports.LineOrientation = {}));
//# sourceMappingURL=constants.js.map