source: node_modules/recharts/es6/util/FunnelUtils.js@ ba17441

Last change on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Added visualizations

  • Property mode set to 100644
File size: 496 bytes
Line 
1function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2import * as React from 'react';
3import { Shape } from './ActiveShapeUtils';
4export function FunnelTrapezoid(props) {
5 return /*#__PURE__*/React.createElement(Shape, _extends({
6 shapeType: "trapezoid"
7 }, props));
8}
Note: See TracBrowser for help on using the repository browser.