UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

8 lines 325 B
export type LoadingIndicatorProps = { backgroundColor?: string; color?: string; size?: number; width?: number; }; export declare const LoadingIndicator: ({ backgroundColor, color, size, width, }: LoadingIndicatorProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LoadingIndicator.d.ts.map