UNPKG

@automattic/agenttic-ui

Version:

UI components for the Agenttic framework

7 lines 249 B
interface ChatHeaderProps { onClose?: () => void; className?: string; } export declare function ChatHeader({ onClose, className }: ChatHeaderProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ChatHeader.d.ts.map