@payfit/unity-components
Version:
11 lines (10 loc) • 426 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
//#region src/components/dialog/parts/DialogActions.tsx
var t = ({ children: t }) => /* @__PURE__ */ e("div", {
className: "uy:flex uy:flex-col-reverse uy:md:flex-row uy:md:justify-end uy:md:items-start uy:gap-150 uy:md:gap-100 uy:self-stretch uy:mt-500",
"data-dd-privacy": "allow",
children: t
});
t.displayName = "DialogActions";
//#endregion
export { t as DialogActions };