UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

7 lines (6 loc) 285 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>;