UNPKG

@redocly/theme

Version:

Shared UI components lib

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