UNPKG

react-hook-popup

Version:

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

7 lines (6 loc) 177 B
import { PopupMethods } from './usePopup'; interface UseAlertOptions { key?: string; } export declare function useAlert({ key }?: UseAlertOptions): PopupMethods; export {};