@frontify/fondue
Version:
Design system of Frontify
16 lines (15 loc) • 536 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { MARK_UNDERLINE as o } from "@udecode/plate-basic-marks";
import { MarkupElement as s } from "../../MarkupElement.es.js";
const m = "tw-underline", p = ({ attributes: r, children: e }) => /* @__PURE__ */ t("span", { ...r, className: m, children: e });
class c extends s {
constructor(e = o, n = p) {
super(e, n);
}
}
export {
m as UNDERLINE_CLASSES,
c as UnderlineMarkupElement,
p as UnderlineMarkupElementNode
};
//# sourceMappingURL=UnderlineMarkupElement.es.js.map