UNPKG
@yisheng90/react-loading
Version:
latest (1.5.0)
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.3.4
1.3.1
1.2.3
1.2.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A React Skeleton Component
github.com/yisheng90/react-loading
yisheng90/react-loading
@yisheng90/react-loading
/
index.d.ts
12 lines
(10 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
interface
SkeletonProps
{
rows
?:
number
;
circle
?:
boolean
;
color
?:
string
;
translucent
?:
boolean
;
height
?:
string
|
number
;
width
?:
string
|
number
; }
declare
const
Skeleton
:
(
props
:
SkeletonProps
) =>
any
;
export
default
Skeleton
;