UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 308 B
import type { JSX } from 'react'; export interface DocumentationProps { children: React.ReactNode; } declare function DocumentationComponent({ children }: DocumentationProps): JSX.Element; export declare const Documentation: import("react").MemoExoticComponent<typeof DocumentationComponent>; export {};