RepeatableRowCard

@Composable
internal fun RepeatableRowCard(index: Int, canDelete: Boolean, onDelete: () -> Unit, content: @Composable () -> Unit)