UNPKG

lole-ui

Version:

React UI Component which like a love letter

5 lines (4 loc) 259 B
import React from 'react'; import { ILoadingProp } from '../type'; declare const BallScaleMultiple: React.MemoExoticComponent<({ text, style, color, size, textColor, textOffset, visible, }: ILoadingProp) => JSX.Element>; export default BallScaleMultiple;