UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 179 B
export interface FieldsTypeItemProps { name: string; contrast?: boolean; } export declare const FieldsTypeItem: import("react").NamedExoticComponent<FieldsTypeItemProps>;