@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
4 lines • 435 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";import React from "react";
import { Link } from "react-router-dom";
export default (function (_ref) {var children = _ref.children,rest = _objectWithoutProperties(_ref, ["children"]);return /*#__PURE__*/React.createElement(Link, _extends({}, rest), children);});
//# sourceMappingURL=index.js.map