UNPKG

react-popup-manager

Version:

Manage react popups, Modals, Lightboxes, Notifications, etc. easily

13 lines (12 loc) 391 B
import * as React from 'react'; import { PopupManagerInternal } from './__internal__/popupManagerInternal'; interface PopupsWrapperProps { popupManager: PopupManagerInternal; } export declare class PopupsWrapper extends React.Component<PopupsWrapperProps> { constructor(props: any); componentDidMount(): void; private onClose; render(): React.JSX.Element[]; } export {};