UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

9 lines (8 loc) 284 B
import React from 'react'; export type LoadingIndicatorProps = { backgroundColor?: string; color?: string; size?: number; width?: number; }; export declare const LoadingIndicator: ({ backgroundColor, color, size, width, }: LoadingIndicatorProps) => React.JSX.Element;