UNPKG

@redocly/theme

Version:

Shared UI components lib

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