UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 265 B
import React from 'react'; export type EmptyStateIndicatorProps = { /** List Type: channel | message */ listType?: 'channel' | 'message' | 'thread'; }; export declare const EmptyStateIndicator: (props: EmptyStateIndicatorProps) => React.JSX.Element | null;