stream-chat-react
Version:
React components to create chat conversations or livestream style chat
7 lines • 342 B
TypeScript
export type ProgressIndicatorProps = {
/** Clamped 0–100 completion. */
percent: number;
};
/** Circular progress indicator with input from 0 to 100. */
export declare const CircularProgressIndicator: ({ percent }: ProgressIndicatorProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=progress-indicators.d.ts.map