24 lines
654 B
JavaScript
24 lines
654 B
JavaScript
import { jsx as n } from "react/jsx-runtime";
|
|
import { c as t } from "./index.CfM2L_w0.js";
|
|
import { a as r } from "./index.CfQlFjZU.js";
|
|
const a = "creator_pageSection_O0-jm", s = "creator_column_x5--i", m = "creator_row_EqvZW", e = { pageSection: a, column: s, row: m };
|
|
function i({
|
|
direction: o = "column",
|
|
children: c
|
|
}) {
|
|
return {
|
|
children: c,
|
|
containerClassName: t(e.pageSection, {
|
|
[e.row]: o === "row",
|
|
[e.column]: o === "column"
|
|
})
|
|
};
|
|
}
|
|
function u({ children: o, containerClassName: c }) {
|
|
return /* @__PURE__ */ n("div", { className: c, children: o });
|
|
}
|
|
const S = r(u, i, "PageSection");
|
|
export {
|
|
S as P
|
|
};
|