Skip to main content
Version: Next

MediaGalleryProps

MediaGalleryProps

Represents the properties for a media gallery component.

Signature
interface MediaGalleryProps {
id?: number;
children?: MediaGalleryItemBuilder[];
}

id

property
number

children

property
MediaGalleryItemBuilder[]