ExtensionImageGallery
Components
ExtensionImageGallery()
ExtensionImageGallery(
props
,context
?):ReactNode
Component used to present the images in the extension info section of the extension app
Parameters
Parameter | Type |
---|---|
props | ExtensionImageGalleryProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/ExtensionImageGallery/index.tsx:19
Props
ExtensionImageGalleryProps
ExtensionImageGalleryProps:
object
Type declaration
Member | Type |
---|---|
images | GalleryImage [] |
showOverlay | boolean |
toggleOverlay | () => void |
Source
libs/design-system-components/src/components/ExtensionImageGallery/index.tsx:7