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
/
lib
/
Skeleton.d.ts
12 lines
(11 loc)
•
243 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
?: stting |
number
width
?: stting |
number
}
export
declare
class
Skeleton
<
SkeletonProps
> {
props
:
SkeletonProps
}