UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 234 B
import type { DirectiveLocation } from 'graphql'; interface LocationListProps { locations: ReadonlyArray<DirectiveLocation>; } export declare const LocationList: import("react").NamedExoticComponent<LocationListProps>; export {};