UNPKG

@redocly/theme

Version:

Shared UI components lib

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