UNPKG

@ark-ui/vue

Version:

A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.

5 lines (4 loc) 298 B
import { UsePaginationReturn } from './use-pagination'; export interface UsePaginationContext extends UsePaginationReturn { } export declare const PaginationProvider: (opts: UsePaginationContext) => void, usePaginationContext: (fallback?: UsePaginationContext | undefined) => UsePaginationContext;