UNPKG

@graphiql/plugin-doc-explorer

Version:
11 lines (10 loc) 301 B
import { FC } from 'react'; import { DocExplorerFieldDef } from '../context'; declare type DefaultValueProps = { /** * The field or argument for which to render the default value. */ field: DocExplorerFieldDef; }; export declare const DefaultValue: FC<DefaultValueProps>; export {};