UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

5 lines (4 loc) 290 B
import React from 'react'; import type { Item, ItemElement } from '../components/Item'; import type { NextSection } from './pagination-section'; export declare function renderEntireSection(items: ItemElement[], prev?: Item, next?: NextSection, header?: React.ReactNode): React.JSX.Element;