UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 196 B
import React from 'react'; export interface FieldsTypeItemProps { name: string; contrast?: boolean; } export declare const FieldsTypeItem: React.NamedExoticComponent<FieldsTypeItemProps>;