UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 293 B
import React from 'react'; export declare const TabLayout: ({ popupId, url, newTab, image, onClose, onOtherSubmit, }: { popupId: string; url?: string; newTab?: boolean; image?: string; onClose?: () => void; onOtherSubmit?: () => void; }) => React.JSX.Element;