@redocly/graphql-docs
Version:
Redocly GraphQL docs
11 lines (10 loc) • 339 B
TypeScript
import type { FieldView } from './FieldView.js';
import type { Field } from '../../schema/index.js';
interface FieldListProps {
fields: Field[];
contrast?: boolean;
renderField?: typeof FieldView;
fieldExpandLevel?: number;
}
export declare const FieldList: import("react").NamedExoticComponent<FieldListProps>;
export {};