UNPKG

antd-mobile-taro-ui

Version:

以antd-mobile为设计标准,基于taro框架的微信小程序组件库

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