UNPKG

@hhgtech/hhg-components

Version:
11 lines (10 loc) 353 B
import React from 'react'; export declare const CenterTabLayout: ({ popupId, url, newTab, imageDestkop, imageMobile, onClose, onOtherSubmit, }: { popupId: string; url?: string; newTab?: boolean; imageDestkop?: string; imageMobile?: string; onClose?: () => void; onOtherSubmit?: () => void; }) => React.JSX.Element;