Skip to main content
Version: 1.x

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