UNPKG

fui-fancyui

Version:
10 lines (9 loc) 306 B
import { jsx as a } from "react/jsx-runtime"; import i from "../../../atoms/Typography/Typography.js"; function d(r) { const { children: t, elType: o, variant: p, ...e } = r; return /* @__PURE__ */ a(i, { variant: p ?? "bodytextMd", elType: o ?? "p", ...e, children: t }); } export { d as default };