UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

7 lines 284 B
import type { GraphQLInterfaceType, GraphQLObjectType } from 'graphql'; import type { FC } from 'react'; export interface Props { type: GraphQLObjectType | GraphQLInterfaceType; } export declare const TypeFieldsLinkList: FC<Props>; //# sourceMappingURL=TypeFieldsLinkList.d.ts.map