@anoki/fse-ui
Version:
FSE UI components library
23 lines (22 loc) • 563 B
JavaScript
import { j as o } from "./index.es237.js";
import { CommunicationSearch as i } from "./index.es62.js";
import { SectionHeading as m } from "./index.es123.js";
const a = ({
title: t,
/* tags, */
searchProps: e
}) => /* @__PURE__ */ o.jsxs("section", { className: "d-flex flex-column gap-x28", children: [
/* @__PURE__ */ o.jsx(
m,
{
className: "title",
title: t,
titleMarginBottom: "mb-x0"
}
),
/* @__PURE__ */ o.jsx(i, { ...e })
] });
export {
a as CommunicationSearchSection
};
//# sourceMappingURL=index.es158.js.map