UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 252 B
import type { JSX } from 'react'; import type { Item } from '../../navigation'; export interface PageNavigationProps { prev?: Item; next?: Item; } export declare function PageNavigation({ prev, next }: PageNavigationProps): JSX.Element | null;