UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 256 B
import type { TypeReference } from '../../app/index.js'; interface ReferenceItemProps { reference: TypeReference; } export declare function ReferenceItem({ reference }: ReferenceItemProps): import("react/jsx-runtime.js").JSX.Element | null; export {};