UNPKG

graphiql

Version:
8 lines 253 B
/// <reference types="react" /> import { GraphQLType } from 'graphql'; declare type TypeLinkProps = { type: GraphQLType; }; export default function TypeLink(props: TypeLinkProps): JSX.Element | null; export {}; //# sourceMappingURL=TypeLink.d.ts.map