Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/BubbleChat/BubbleChatHistory"

Index

Type aliases

Functions

Type aliases

IProps

IProps: Omit<IChatHistoryProps<T>, "onRenderMessage"> & Omit<IBubbleWrapProps<T>, "children" | "onRenderInput" | "SuggestionComponent">

Functions

createBubbleChatHistory

  • createBubbleChatHistory<T>(): React.ComponentType<IProps<T>>