UNPKG

@automattic/agenttic-ui

Version:

UI components for the Agenttic framework

6 lines 294 B
import React from 'react'; export interface ThinkingMessageProps { content?: string; } export declare const ThinkingMessage: React.MemoExoticComponent<React.ForwardRefExoticComponent<ThinkingMessageProps & React.RefAttributes<HTMLDivElement>>>; //# sourceMappingURL=ThinkingMessage.d.ts.map