UNPKG

@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)

11 lines (10 loc) 355 B
import { ExplorerFieldDef } from '../context'; import './default-value.css'; declare type DefaultValueProps = { /** * The field or argument for which to render the default value. */ field: ExplorerFieldDef; }; export declare function DefaultValue({ field }: DefaultValueProps): import("react/jsx-runtime").JSX.Element | null; export {};