UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

7 lines 219 B
import { type GraphQLNamedType } from 'graphql'; import type { FC } from 'react'; export interface Props { data: GraphQLNamedType; } export declare const NamedType: FC<Props>; //# sourceMappingURL=NamedType.d.ts.map