Props

data class Props(    val activePage: Int,     val totalPages: Number?,     val style: Pagination.Style,     val onChange: (Int) -> Unit)

Constructors

Link copied to clipboard
fun Props(    activePage: Int,     totalPages: Number?,     style: Pagination.Style,     onChange: (Int) -> Unit)

Properties

Link copied to clipboard
val activePage: Int
Link copied to clipboard
val onChange: (Int) -> Unit
Link copied to clipboard
val style: Pagination.Style
Link copied to clipboard
val totalPages: Number?