UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

7 lines 215 B
import type { GraphQLSchema } from 'graphql'; import type { FC } from 'react'; export interface Props { schema: GraphQLSchema; } export declare const TypeIndex: FC<Props>; //# sourceMappingURL=TypeIndex.d.ts.map