@graphiql/react
Version:
[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) | [API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_react.html) | [NPM](https://www.npmjs.com/package/@graphiql/react)
10 lines (9 loc) • 318 B
TypeScript
import { ExplorerFieldDef } from '../context';
declare type FieldDocumentationProps = {
/**
* The field or argument that should be rendered.
*/
field: ExplorerFieldDef;
};
export declare function FieldDocumentation(props: FieldDocumentationProps): import("react/jsx-runtime").JSX.Element;
export {};