UNPKG

graphiql

Version:
8 lines 292 B
/// <reference types="react" /> import { ExplorerFieldDef } from '@graphiql/react'; declare type DefaultValueProps = { field: ExplorerFieldDef; }; export default function DefaultValue({ field }: DefaultValueProps): JSX.Element | null; export {}; //# sourceMappingURL=DefaultValue.d.ts.map