UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines (4 loc) 310 B
import React from 'react'; import type { PropsWithChildrenOnly } from '../../types/types'; export declare const MESSAGE_LIST_MAIN_PANEL_CLASS: "str-chat__main-panel-inner str-chat__message-list-main-panel"; export declare const MessageListMainPanel: ({ children }: PropsWithChildrenOnly) => React.JSX.Element;