@prokodo/ui
Version:
UI components for production-grade Next.js + Headless CMS (Strapi, Contentful, Headless WordPress) websites by prokodo – built for Core Web Vitals & SEO.
16 lines (15 loc) • 536 B
JavaScript
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
import { jsx } from "react/jsx-runtime";
import { DynamicListView } from "./DynamicList.view.js";
function DynamicListServer(props) {
const { buttonDeleteProps, ...rest } = props;
return /* @__PURE__ */ jsx(DynamicListView, { ...rest, buttonDeleteProps: {
...buttonDeleteProps,
onClick: void 0
} });
}
__name(DynamicListServer, "DynamicListServer");
export {
DynamicListServer as default
};