stream-chat-react
Version:
React components to create chat conversations or livestream style chat
8 lines • 325 B
TypeScript
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