@clubmed/trident-ui
Version:
Shared ClubMed React UI components
19 lines (18 loc) • 423 B
JavaScript
import { jsx as n } from "react/jsx-runtime";
import { c as m } from "../chunks/clsx.js";
import { forwardRef as t } from "react";
const c = t(function({ className: o, text: r, ...e }, s) {
return r ? /* @__PURE__ */ n(
"div",
{
...e,
className: m(o, "prose"),
dangerouslySetInnerHTML: { __html: r },
ref: s
}
) : null;
});
export {
c as Prose
};
//# sourceMappingURL=Prose.js.map