Skip to main content
Version: Next

MediaGalleryItemProps

MediaGalleryItemProps

Represents the properties for a media gallery item component.

Signature
interface MediaGalleryItemProps {
description?: string;
spoiler?: boolean;
url?: string;
}

description

property
string

spoiler

property
boolean

url

property
string