UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

24 lines (16 loc) 638 B
/** * fomantic-ui-react v0.0.1-alpha.10 * (c) 2022 FireLoong <fireloong@foxmail.com> * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var _ = require('lodash'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var ___default = /*#__PURE__*/_interopDefaultLegacy(_); var uniq = function uniq(classNames) { return ___default["default"].join(___default["default"].uniq(___default["default"].split(classNames, " ")), " "); }; exports["default"] = uniq; exports.uniq = uniq; //# sourceMappingURL=classNamesUniq.js.map