UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

6 lines (5 loc) 173 B
import { CSSProperties } from 'react'; export interface DotProps { size?: CSSProperties['fontSize']; } export default function DotLoading(props: DotProps): JSX.Element;