UNPKG

buefy

Version:

Lightweight UI components for Vue.js (v3) based on Bulma

12 lines (10 loc) 313 B
// Type definitions shared among the pagination components. export interface PaginationPage { number: number isCurrent: boolean click: (event: PointerEvent) => void input: (event: Event, inputNum: number | string) => void disabled: boolean class: string 'aria-label': string | null }