UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 241 B
import type { GraphQLEnumValue } from 'graphql'; interface ValueListProps { values: ReadonlyArray<GraphQLEnumValue>; } export declare function ValueList({ values }: ValueListProps): import("react/jsx-runtime.js").JSX.Element; export {};