UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

7 lines 235 B
import type { GraphQLArgument } from 'graphql'; import type { FC } from 'react'; export interface Props { args: readonly GraphQLArgument[]; } export declare const ArgumentsList: FC<Props>; //# sourceMappingURL=ArgumentList.d.ts.map