UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

31 lines (30 loc) 602 B
import { jsx as e } from "react/jsx-runtime"; import r from "../DraggableDialog/DraggableDialog.js"; import { SynapseChat as i } from "./SynapseChat.js"; function m({ open: a, onClose: o, ...t }) { return /* @__PURE__ */ e( r, { open: a, onClose: o, title: t.chatbotName || "SynapseChat", children: /* @__PURE__ */ e( i, { hideTitle: !0, textboxPositionOffset: "16px", ...t } ) } ); } export { m as SynapsePortalChatDialog, m as default }; //# sourceMappingURL=SynapsePortalChatDialog.js.map