ImageBlockGallery.image-block-grid-item
Components
ImageBlockGridItem()
ImageBlockGridItem(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | IGridItemProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ImageBlockGallery/image-block-grid-item.tsx:17
Interfaces
IGridItemProps
Properties
Property | Type |
---|---|
aspectRatio? | "aspect-video" | "aspect-auto" | "aspect-square" |
gridStyle | object |
gridStyle.gridColumnEnd | string |
gridStyle.gridRowEnd | string |
handleClickImage | (image : GalleryImage ) => void |
image | GalleryImage |
images | GalleryImage [] |