UNPKG

@graphiql/plugin-doc-explorer

Version:
11 lines (10 loc) 279 B
import { FC } from 'react'; import { GraphQLNamedType } from 'graphql'; declare type TypeDocumentationProps = { /** * The type that should be rendered. */ type: GraphQLNamedType; }; export declare const TypeDocumentation: FC<TypeDocumentationProps>; export {};