UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 333 B
import type { ReactElement } from 'react'; import type { UseDownloadInfoProps } from './types.js'; declare function DownloadSpecificationComponent({ downloadUrls }: UseDownloadInfoProps): ReactElement; export declare const DownloadSpecification: import("react").MemoExoticComponent<typeof DownloadSpecificationComponent>; export {};