UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

5 lines 317 B
import { type ComponentProps } from 'react'; import { IconLoading } from '../Icons'; export type LoadingIndicatorProps = ComponentProps<typeof IconLoading>; export declare const LoadingIndicator: (props: LoadingIndicatorProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LoadingIndicator.d.ts.map