UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 236 B
import React from 'react'; export type LoadingErrorIndicatorProps = { /** Error object */ error?: Error | null; }; export declare const LoadingErrorIndicator: ({ error }: LoadingErrorIndicatorProps) => React.JSX.Element | null;