BpkImageGalleryCarousel

fun BpkImageGalleryCarousel(state: BpkCarouselState, modifier: Modifier = Modifier, onImageClicked: (Int) -> Unit? = null, content: @Composable BoxScope.(Int) -> Unit)