UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

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