@hhgtech/hhg-components
Version:
Hello Health Group common components
12 lines (11 loc) • 366 B
TypeScript
import React from 'react';
export declare const ThankyouPopup: ({ title, titleAlign, subtitle, subtitleAlign, link, linkNewTab, linkText, image, }: {
title: string;
titleAlign?: string;
subtitle: string;
subtitleAlign?: string;
link: string;
linkNewTab?: boolean;
linkText: string;
image?: string;
}) => React.JSX.Element;