UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

12 lines (11 loc) 410 B
import type { ReactElement } from 'react'; import type { FieldViewProps } from './FieldView.js'; import type { Field } from '../../schema/index.js'; interface FieldListProps { fields: Field[]; contrast?: boolean; renderField?: (props: FieldViewProps) => ReactElement; fieldExpandLevel?: number; } export declare const FieldList: import("react").NamedExoticComponent<FieldListProps>; export {};