@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.
12 lines (11 loc) • 447 B
JavaScript
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
import { jsx } from "react/jsx-runtime";
import { DialogView } from "./Dialog.view.js";
const DialogServer = /* @__PURE__ */ __name((props) => {
if (!Boolean(props.open)) return null;
return /* @__PURE__ */ jsx(DialogView, { ...props, onChange: void 0 });
}, "DialogServer");
export {
DialogServer as default
};