UNPKG

graphiql

Version:
8 lines 269 B
/// <reference types="react" /> import { ExplorerFieldDef } from '@graphiql/react'; declare type FieldLinkProps = { field: ExplorerFieldDef; }; export default function FieldLink(props: FieldLinkProps): JSX.Element; export {}; //# sourceMappingURL=FieldLink.d.ts.map