UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

10 lines 293 B
import type { GraphQLType } from 'graphql'; import type { FC } from 'react'; export interface Props { type: GraphQLType; } /** * Renders a GraphQL type recursively, with links for named types */ export declare const TypeAnnotation: FC<Props>; //# sourceMappingURL=TypeAnnotation.d.ts.map