UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 236 B
import React from 'react'; import type { TypeReference } from '../../app'; interface ReferenceListProps { references: TypeReference[]; } export declare const ReferenceList: React.NamedExoticComponent<ReferenceListProps>; export {};