UNPKG
react-fex-gallery
Version:
latest (0.10.2)
0.10.2
0.10.1
0.10.0
0.9.19
0.9.18
0.9.17
0.9.15
0.9.14
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
React gallery powered by FEX.net API
react-fex-gallery
/
dist
/
components
/
CheckBox
/
index.d.ts
5 lines
(4 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
CheckBox
:
import
(
"styled-components"
).
StyledComponent
<
"div"
,
any
, {
isChecked
?:
boolean
|
undefined
;
small
?:
boolean
|
undefined
; },
never
>;