@payfit/unity-components
Version:
20 lines (19 loc) • 576 B
JavaScript
import { forwardRef as e } from "react";
import { uyTv as t } from "@payfit/unity-themes";
import { jsx as n } from "react/jsx-runtime";
//#region src/components/alert/parts/AlertActions.tsx
var r = t({
base: "uy:flex uy:gap-100",
variants: { direction: {
row: "uy:flex-row",
column: "uy:flex-col"
} },
defaultVariants: { direction: "column" }
}), i = e(({ children: e, direction: t = "column" }, i) => /* @__PURE__ */ n("footer", {
ref: i,
className: r({ direction: t }),
children: e
}));
i.displayName = "AlertActions";
//#endregion
export { i as AlertActions };