UNPKG

react-hook-popup

Version:

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

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