react-router-navigation-confirm
Version:
A collection of components to display a custom confirmation dialog on navigation. More flexible solution to prevent than default react-router 'Prompt'
9 lines • 781 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var NavigationConfirm_1 = require("./components/NavigationConfirm");
Object.defineProperty(exports, "NavigationConfirm", { enumerable: true, get: function () { return NavigationConfirm_1.NavigationConfirmWithRouter; } });
var HistoryListener_1 = require("./components/HistoryListener");
Object.defineProperty(exports, "HistoryListener", { enumerable: true, get: function () { return HistoryListener_1.HistoryListenerWithRouter; } });
var NavigationConfirmModal_1 = require("./components/NavigationConfirmModal");
Object.defineProperty(exports, "NavigationConfirmModal", { enumerable: true, get: function () { return NavigationConfirmModal_1.NavigationConfirmModal; } });
//# sourceMappingURL=index.js.map
;