@clubmed/trident-ui
Version:
Shared ClubMed React UI components
44 lines (43 loc) • 1.14 kB
JavaScript
import { g as c } from "./_commonjsHelpers.js";
var i = { exports: {} };
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
(function(e) {
(function() {
var f = {}.hasOwnProperty;
function s() {
for (var t = "", r = 0; r < arguments.length; r++) {
var n = arguments[r];
n && (t = o(t, a(n)));
}
return t;
}
function a(t) {
if (typeof t == "string" || typeof t == "number")
return t;
if (typeof t != "object")
return "";
if (Array.isArray(t))
return s.apply(null, t);
if (t.toString !== Object.prototype.toString && !t.toString.toString().includes("[native code]"))
return t.toString();
var r = "";
for (var n in t)
f.call(t, n) && t[n] && (r = o(r, n));
return r;
}
function o(t, r) {
return r ? t ? t + " " + r : t + r : t;
}
e.exports ? (s.default = s, e.exports = s) : window.classNames = s;
})();
})(i);
var p = i.exports;
const l = /* @__PURE__ */ c(p);
export {
l as c
};
//# sourceMappingURL=index.js.map