UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

7 lines (6 loc) 279 B
import React from 'react'; import { NativeProps } from '../../utils/native-props'; export declare type DotLoadingProps = { color?: 'default' | 'primary' | 'white' | (string & {}); } & NativeProps; export declare const DotLoading: React.NamedExoticComponent<DotLoadingProps>;