UNPKG

react-hook-popup

Version:

Easily manage popups like alerts and modals in React with a single hook

7 lines (6 loc) 164 B
import React from 'react'; interface Props { children?: React.ReactNode; } export declare const PopupProvider: ({ children }: Props) => JSX.Element; export {};