fui-fancyui
Version:
FancyUI Libary
10 lines (9 loc) • 307 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import i from "../../../atoms/Typography/Typography.js";
function l(r) {
const { children: t, elType: o, variant: e, ...p } = r;
return /* @__PURE__ */ a(i, { variant: e ?? "bodytextLg", elType: o ?? "h4", ...p, children: t });
}
export {
l as default
};