UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

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