UNPKG

@progress/kendo-react-conversational-ui

Version:

React Chat component allows the user to participate in chat sessions with users or chat bots. KendoReact Conversational UI components

9 lines (8 loc) 756 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),P=require("@progress/kendo-react-popup"),a=({show:e=!1,anchor:t,onOpen:o,onClose:r,animate:n=!0,appendTo:p,popupOptions:u={},children:c,style:i})=>l.createElement(P.Popup,{show:e,anchor:t,style:i,animate:n,appendTo:p,onOpen:o,onClose:r,...u},c);exports.InlineAIPromptPopup=a;