UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 244 B
import type { GraphQLField } from 'graphql'; export interface ExtendedFieldViewProps { field: GraphQLField<any, any>; path: string; } export declare const ExtendedFieldView: import("react").NamedExoticComponent<ExtendedFieldViewProps>;