UNPKG

@graphql-hive/laboratory

Version:

6 lines (5 loc) 226 B
import { GraphQLInputType, GraphQLOutputType } from 'graphql'; export declare const GraphQLType: (props: { type: GraphQLOutputType | GraphQLInputType; className?: string; }) => import("react/jsx-runtime").JSX.Element;