MediaGalleryProps
MediaGalleryProps
Represents the properties for a media gallery component.
Signature
interface MediaGalleryProps {
id?: number;
children?: MediaGalleryItemBuilder[];
}
Represents the properties for a media gallery component.
interface MediaGalleryProps {
id?: number;
children?: MediaGalleryItemBuilder[];
}