@payfit/unity-components
Version:
14 lines (13 loc) • 350 B
JavaScript
import { Text as e } from "../../text/Text.js";
import { jsx as t } from "react/jsx-runtime";
//#region src/components/toast/parts/ToastContent.tsx
function n({ children: n }) {
return /* @__PURE__ */ t(e, {
variant: "body",
className: "uy:mb-100",
children: n
});
}
n.displayName = "ToastContent";
//#endregion
export { n as ToastContent };