UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

22 lines 801 B
var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; import React from 'react'; import { Coachmark as MdcCoachmark } from '@momentum-design/components/dist/react'; /** * The Coachmark component. * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`) */ var Coachmark = function (props) { return React.createElement(MdcCoachmark, __assign({}, props)); }; export default Coachmark; //# sourceMappingURL=Coachmark.js.map