UNPKG
@dodobrat/react-ui-kit
Version:
latest (0.4.8)
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
Simple React Component Library
github.com/Dodobrat/react-ui-kit
Dodobrat/react-ui-kit
@dodobrat/react-ui-kit
/
build
/
components
/
Skeleton
/
Skeleton.types.d.ts
7 lines
(6 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
AllFlavorOptions
,
AllPigmentOptions
,
ElemType
}
from
"../../helpers/global.types"
;
export
interface
SkeletonProps
extends
ElemType
{
className
?:
string
;
pigment
?:
AllPigmentOptions
;
flavor
?:
AllFlavorOptions
; }