UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 290 B
import type { GraphQLArgument } from 'graphql'; interface InlineArgsListProps { args?: ReadonlyArray<GraphQLArgument>; size?: 'base' | 'lg'; } export declare function InlineArgsList({ args, size }: InlineArgsListProps): import("react/jsx-runtime.js").JSX.Element | null; export {};