Merged in feat/sw-3239-move-imagegallery-to-design-system (pull request #2633)
feat(SW-3239): Move imagegallery to design system * Inline types * Move ImageGallery to design-system Approved-by: Matilda Landström
This commit is contained in:
@@ -4,14 +4,3 @@ export interface GalleryImage {
|
||||
caption?: string | null
|
||||
smallSrc?: string | null
|
||||
}
|
||||
|
||||
export type ImageGalleryProps = {
|
||||
images?: GalleryImage[]
|
||||
title: string
|
||||
fill?: boolean
|
||||
width?: number
|
||||
height?: number
|
||||
sizes?: string
|
||||
hideLabel?: boolean
|
||||
imageCountPosition?: "top" | "bottom"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user