UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
Spin
/
dot-loading.d.ts
6 lines
(5 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CSSProperties
}
from
'react'
;
export
interface
DotProps
{ size?:
CSSProperties
[
'fontSize'
]; }
export
default
function
DotLoading
(
props: DotProps
):
JSX
.
Element
;