UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

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