UNPKG

graphiql

Version:
9 lines 305 B
/// <reference types="react" /> import { GraphQLArgument } from 'graphql'; declare type ArgumentProps = { arg: GraphQLArgument; showDefaultValue?: boolean; }; export default function Argument({ arg, showDefaultValue }: ArgumentProps): JSX.Element; export {}; //# sourceMappingURL=Argument.d.ts.map