@payfit/unity-components
Version:
12 lines (11 loc) • 407 B
JavaScript
import { Text as e } from "../../text/Text.js";
import { uyTv as t } from "@payfit/unity-themes";
import { jsx as n } from "react/jsx-runtime";
//#region src/components/selectable-card/internals/Description.tsx
var r = t({ base: ["uy:mt-50", "uy:line-clamp-2"] }), i = ({ children: t }) => /* @__PURE__ */ n(e, {
className: r(),
variant: "body",
children: t
});
//#endregion
export { i as Description };