UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 287 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").JSX.Element | null; export {};