UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

9 lines (8 loc) 347 B
import { ReactNode } from 'react'; export type ReasoningBlockProps = { content?: string | ReactNode; buttonText: ReactNode; isReasoning?: boolean; fullWidth?: boolean; }; export declare const MessageReasoningBlock: ({ content, buttonText, isReasoning, fullWidth, }: ReasoningBlockProps) => import("react/jsx-runtime").JSX.Element;