UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

3 lines (2 loc) 202 B
import type { UseDownloadInfoProps, UseDownloadInfoReturnType } from './types'; export declare const useDownloadInfo: ({ downloadUrls, }: UseDownloadInfoProps) => UseDownloadInfoReturnType | undefined;