UNPKG

easemob-chat-uikit

Version:

![Static Badge](https://img.shields.io/badge/platform-React-green) ![Static Badge](https://img.shields.io/badge/language-typescript-green) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/easemob/Easemob-UIKit-web) ![GitHub last c

12 lines (11 loc) 330 B
import React from 'react'; export interface LoadingDotsProps { className?: string; style?: React.CSSProperties; size?: 'small' | 'default' | 'large'; color?: string; overlay?: boolean; overlayStyle?: React.CSSProperties; } declare const LoadingDots: React.FC<LoadingDotsProps>; export default LoadingDots;