UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 198 B
import React from 'react'; import type { Item } from '../../navigation'; export declare function NavigationButton({ item, type }: { item: Item; type: 'prev' | 'next'; }): React.JSX.Element;