UNPKG
lole-ui
Version:
latest (0.5.71)
0.5.71
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
React UI Component which like a love letter
github.com/XIYExi/xiOn-ui
XIYExi/xiOn-ui
lole-ui
/
dist
/
components
/
Spin
/
BallScaleMultipleSpin
/
ball_scale_multiple.d.ts
5 lines
(4 loc)
•
259 B
TypeScript
View Raw
1
2
3
4
5
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
;