UNPKG

@adaptui/react

Version:

Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit

3 lines (2 loc) 153 B
import { PaginationState } from "./pagination-state"; export declare const PaginationContextState: import("react").Context<PaginationState | undefined>;