UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

12 lines (11 loc) 403 B
import type { GraphQLArgument } from 'graphql'; import type { FieldView } from '../../definition/components/FieldView.js'; interface ArgumentsProps { args: ReadonlyArray<GraphQLArgument>; renderField?: typeof FieldView; fieldExpandLevel?: number; title?: string; parentName?: string; } export declare const Arguments: import("react").NamedExoticComponent<ArgumentsProps>; export {};