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
/
Grid
/
Item.d.ts
8 lines
(7 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Image
}
from
'../../store/interfaces'
;
import
React
, {
CSSProperties
}
from
'react'
;
declare
const
GridItem
:
React
.
FC
<{
image
:
Image
;
styles
?:
CSSProperties
; }>;
export
default
GridItem
;