@automattic/agenttic-ui
Version:
UI components for the Agenttic framework
8 lines • 371 B
TypeScript
import React from 'react';
export interface AgentUIConversationViewProps {
showHeader?: boolean;
children?: React.ReactNode;
className?: string;
}
export declare function AgentUIConversationView({ showHeader, children, className, }?: AgentUIConversationViewProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AgentUIConversationView.d.ts.map