UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 213 B
import type { JSX } from 'react'; export type DownloadButtonProps = { data: string; dataTestId?: string; }; export declare function DownloadButton({ data, dataTestId, }: DownloadButtonProps): JSX.Element;