@hhgtech/hhg-components
Version:
Hello Health Group common components
11 lines (10 loc) • 353 B
TypeScript
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;