UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

9 lines (8 loc) 359 B
import React from 'react'; import type { SectionElement } from '../components'; export interface RenderEntireDocumentationOptions { navigationId: string; header?: React.ReactNode; path?: string; } export declare function renderEntireDocumentation(sections: SectionElement[], { header, path }: RenderEntireDocumentationOptions): React.JSX.Element;