UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 385 B
import React from 'react'; import type { ItemElement } from '../../navigation'; import type { NextSection } from './pagination-section'; import type { ReferenceDocsLocation } from '../../settings'; export declare function renderIndividualItem(items: ItemElement[], path: string, location: ReferenceDocsLocation, next?: NextSection, hidePaginationButtons?: boolean): React.JSX.Element;