BpkImageGalleryImageGrid
fun BpkImageGalleryImageGrid(categories: List<BpkImageGalleryImageCategory>, closeContentDescription: String, onCloseClicked: () -> Unit, onDismiss: () -> Unit, modifier: Modifier = Modifier, initialCategory: Int = 0, onCategoryChanged: (BpkImageGalleryImageCategory) -> Unit? = null, onImageClicked: (BpkImageGalleryImageCategory, BpkImageGalleryImage) -> Unit? = null, onImageChanged: (BpkImageGalleryImageCategory, BpkImageGalleryImage) -> Unit? = null, state: BpkModalState = rememberBpkModalState())