@payfit/unity-components
Version:
13 lines (12 loc) • 411 B
JavaScript
import { forwardRef as e } from "react";
import { jsx as t } from "react/jsx-runtime";
//#region src/components/empty-state/parts/EmptyStateActions.tsx
var n = e(({ children: e, ...n }, r) => e ? /* @__PURE__ */ t("div", {
ref: r,
className: "uy:flex uy:flex-col uy:items-center uy:gap-100",
...n,
children: e
}) : null);
n.displayName = "EmptyStateActions";
//#endregion
export { n as EmptyStateActions };