UNPKG

@hhgtech/hhg-components

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