UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 228 B
import type { TypeReference } from '../../app/index.js'; interface ReferenceListProps { references: TypeReference[]; } export declare const ReferenceList: import("react").NamedExoticComponent<ReferenceListProps>; export {};