@payfit/unity-components
Version:
14 lines (13 loc) • 379 B
JavaScript
import { Text as e } from "../../text/Text.js";
import { forwardRef as t } from "react";
import { jsx as n } from "react/jsx-runtime";
//#region src/components/alert/parts/AlertContent.tsx
var r = t(({ children: t, ...r }, i) => /* @__PURE__ */ n(e, {
variant: "body",
ref: i,
...r,
children: t
}));
r.displayName = "AlertContent";
//#endregion
export { r as AlertContent };