UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

7 lines 248 B
import type { GraphQLField } from 'graphql'; import type { FC } from 'react'; export interface Props { field: GraphQLField<any, any>; } export declare const ArgumentListAnnotation: FC<Props>; //# sourceMappingURL=ArgumentListAnnotation.d.ts.map