UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 195 B
import type { GraphQLType } from 'graphql'; export interface TypeExampleProps { type: GraphQLType; } export declare const TypeExample: import("react").NamedExoticComponent<TypeExampleProps>;