@automattic/agenttic-ui
Version:
UI components for the Agenttic framework
9 lines • 702 B
TypeScript
import React from 'react';
import type { AgentUIProps } from '../types';
interface AgentUIContainerProps extends AgentUIProps {
children: React.ReactNode;
}
export declare function AgentUIContainer({ children, messages, isProcessing, error, onSubmit, variant, triggerIcon, placeholder, notice, onOpen, onExpand, onClose, onStop, emptyView, floatingChatState, suggestions, clearSuggestions, messageRenderer, className, inputValue: controlledInputValue, onInputChange: controlledOnInputChange, draggableStates, // Default to only expanded for backward compatibility
...props }: AgentUIContainerProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AgentUIContainer.d.ts.map