UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

10 lines 294 B
import type { GraphQLArgument } from 'graphql'; import type { FC } from 'react'; export interface Props { data: GraphQLArgument; } /** * Renders a single GraphQL argument in SDL syntax */ export declare const ArgumentAnnotation: FC<Props>; //# sourceMappingURL=ArgumentAnnotation.d.ts.map