UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 173 B
export type NewTabButtonProps = { data: string; dataTestId?: string; }; export declare function NewTabButton({ data, dataTestId, }: NewTabButtonProps): JSX.Element;