UNPKG

@tarojsx/ui

Version:

We reinvents the UI for Taro3+

8 lines (7 loc) 204 B
import React from 'react'; import '../style/Loading.scss'; export interface LoadingProps { size?: string | number; color?: string | number; } export declare const Loading: React.FC<LoadingProps>;