UNPKG

@hhgtech/hhg-components

Version:
13 lines (12 loc) 495 B
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;