react-popupkit
Version:
A lightweight and easy-to-use React component for creating functional popups without managing state or function. Just call the component, apply your styles, and enjoy optimized magical popups.
9 lines • 447 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.useClosePopup = void 0;
var tslib_1 = require("tslib");
var Popup_1 = tslib_1.__importDefault(require("./components/Popup"));
var Popup_2 = require("./components/Popup");
Object.defineProperty(exports, "useClosePopup", { enumerable: true, get: function () { return Popup_2.useClosePopup; } });
exports.default = Popup_1.default;
//# sourceMappingURL=index.js.map