PaginationItemSlots

external interface PaginationItemSlots(source)

Properties

Link copied to clipboard
abstract var first: ElementType<*>

The component that renders the first page slot.

Link copied to clipboard
abstract var last: ElementType<*>

The component that renders the last page slot.

Link copied to clipboard
abstract var next: ElementType<*>

The component that renders the next page slot.

Link copied to clipboard
abstract var previous: ElementType<*>

The component that renders the previous page slot.