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