MediaGalleryItemProps
MediaGalleryItemProps
Represents the properties for a media gallery item component.
Signature
interface MediaGalleryItemProps {
description?: string;
spoiler?: boolean;
url?: string;
}
Represents the properties for a media gallery item component.
interface MediaGalleryItemProps {
description?: string;
spoiler?: boolean;
url?: string;
}