@servicetitan/assist-ui
Version:
ServiceTitan Atlas UI Components
11 lines • 399 B
TypeScript
import { FC } from 'react';
import { MessageProps } from './message-interface';
export interface MarkdownMessageProps extends MessageProps {
error?: string;
svgIcon?: any;
assistant?: string;
onRetry?: () => void;
}
export declare const MarkdownMessage: FC<MarkdownMessageProps>;
export declare const Thinking: FC<MarkdownMessageProps>;
//# sourceMappingURL=markdown-message.d.ts.map