UNPKG

279 BTypeScriptView Raw
1import React from 'react';
2import { NativeProps } from '../../utils/native-props';
3export declare type DotLoadingProps = {
4 color?: 'default' | 'primary' | 'white' | (string & {});
5} & NativeProps;
6export declare const DotLoading: React.NamedExoticComponent<DotLoadingProps>;