@hhgtech/hhg-components
Version:
Hello Health Group common components
13 lines (12 loc) • 435 B
TypeScript
import React from 'react';
export declare const SkinLayout: ({ popupId, link, linkText, linkNewTab, onClose, imageMobile, imageDesktop, currentLayout, onOtherSubmit, }: {
popupId: string;
currentLayout: string;
link?: string;
linkNewTab?: boolean;
linkText?: string;
imageMobile?: string;
imageDesktop?: string;
onClose?: () => void;
onOtherSubmit?: () => void;
}) => React.JSX.Element;