UNPKG

react-hook-popup

Version:

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

10 lines (9 loc) 586 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Confirm = exports.Alert = exports.SnackBar = void 0; var Snackbar_1 = require("./Snackbar"); Object.defineProperty(exports, "SnackBar", { enumerable: true, get: function () { return Snackbar_1.SnackBar; } }); var Alert_1 = require("./Alert"); Object.defineProperty(exports, "Alert", { enumerable: true, get: function () { return Alert_1.Alert; } }); var Confirm_1 = require("./Confirm"); Object.defineProperty(exports, "Confirm", { enumerable: true, get: function () { return Confirm_1.Confirm; } });