UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 289 B
export declare type EmptyStateIndicatorProps = { /** List Type: channel | message */ listType?: 'channel' | 'message' | 'thread'; }; export declare const EmptyStateIndicator: (props: EmptyStateIndicatorProps) => JSX.Element | null; //# sourceMappingURL=EmptyStateIndicator.d.ts.map