refactor(SW-96): unify lightbox to handle mobile and desktop
This commit is contained in:
@@ -3,7 +3,7 @@ export interface ImageItem {
|
||||
alt: string
|
||||
}
|
||||
|
||||
export interface DesktopLightboxProps {
|
||||
export interface LightboxProps {
|
||||
images: ImageItem[]
|
||||
children: React.ReactNode
|
||||
}
|
||||
Reference in New Issue
Block a user