commonMain.io.github.ahmad_hamwi.compose.pagination.LazyScrollableKeys.kt Maven / Gradle / Ivy
package io.github.ahmad_hamwi.compose.pagination
object LazyScrollableKeys {
const val NEW_PAGE_PROGRESS_INDICATOR_KEY = "newPageProgressIndicatorKey"
const val NEW_PAGE_ERROR_INDICATOR_KEY = "newPageErrorIndicatorKey"
}