synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
31 lines (30 loc) • 602 B
JavaScript
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