UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 265 B
import type { GraphQLField } from 'graphql/index'; interface FieldSummaryProps { field: GraphQLField<any, any>; path: string; } export declare function FieldSummary({ field, path }: FieldSummaryProps): import("react/jsx-runtime.js").JSX.Element; export {};