UNPKG

@automattic/agenttic-ui

Version:

UI components for the Agenttic framework

3 lines 375 B
import type { ChatProps } from '../../types'; export declare function Chat({ messages, isProcessing, error, onSubmit, variant, triggerIcon, placeholder, notice, onOpen, onExpand, onClose, onStop, emptyView, floatingChatState, suggestions, clearSuggestions, messageRenderer, className, }: ChatProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Chat.d.ts.map