UNPKG

react-hook-popup

Version:

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

6 lines (5 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Confirm = void 0; var Confirm_1 = require("./Confirm"); Object.defineProperty(exports, "Confirm", { enumerable: true, get: function () { return Confirm_1.Confirm; } });