UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

10 lines (9 loc) 352 B
import type { Field } from '../../schema/index.js'; export interface FieldViewProps { field: Field; contrast?: boolean; isArgument?: boolean; key?: string | number; fieldExpandLevel: number; } export declare function FieldView({ field, contrast, key, fieldExpandLevel }: FieldViewProps): import("react/jsx-runtime.js").JSX.Element;