UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 255 B
export declare type LoadingErrorIndicatorProps = { /** Error object */ error?: Error; }; export declare const LoadingErrorIndicator: ({ error }: LoadingErrorIndicatorProps) => JSX.Element | null; //# sourceMappingURL=LoadingErrorIndicator.d.ts.map