UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 217 B
import React, { ReactNode } from 'react'; export declare const SSOPopupWrapper: ({ children, opened, onClose, }: { children: ReactNode; opened: boolean; onClose: () => void; }) => React.JSX.Element;