@hhgtech/hhg-components
Version:
Hello Health Group common components
13 lines (12 loc) • 495 B
TypeScript
import React from 'react';
import { TrackingFormProps } from "../LeadGen.type";
export declare const CenterTabLayout: ({ popupId, url, newTab, imageDestkop, imageMobile, onClose, onOtherSubmit, doImpression, }: {
popupId: string;
url?: string;
newTab?: boolean;
imageDestkop?: string;
imageMobile?: string;
onClose?: () => void;
onOtherSubmit?: (v?: TrackingFormProps) => void;
doImpression?: (v?: TrackingFormProps) => void;
}) => React.JSX.Element;