@eccenca/gui-elements
Version:
GUI elements based on other libraries, usable in React application, written in Typescript.
16 lines • 981 B
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MarkerArrowClosedInverse = void 0;
const react_1 = __importDefault(require("react"));
/**
* @deprecated (v26) only necessary for react flow v9, support will be removed
*/
const MarkerArrowClosedInverse = () => {
return (react_1.default.createElement("marker", { className: "react-flow__arrowhead", id: "react-flow__arrowclosed-inverse", markerWidth: "12.5", markerHeight: "12.5", viewBox: "-10 -10 20 20", orient: "auto", refX: "0", refY: "0" },
react_1.default.createElement("polyline", { stroke: "#b1b1b7", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1", fill: "#b1b1b7", points: "5,-4 0,0 5,4 5,-4" })));
};
exports.MarkerArrowClosedInverse = MarkerArrowClosedInverse;
//# sourceMappingURL=MarkerArrowClosedInverse.js.map