External module "lib/BubbleChat/BubbleChatHistory"
Type aliases
IProps
IProps
: Omit<IChatHistoryProps<T>, "onRenderMessage"> & Omit<IBubbleWrapProps<T>, "children" | "onRenderInput" | "SuggestionComponent">
Functions
createBubbleChatHistory
- createBubbleChatHistory<T>(): React.ComponentType<IProps<T>>
-
Type parameters
Returns React.ComponentType<IProps<T>>
ChatHistory
component that renders messages and suggestions as Bubble components