"use strict";
import * asReactfrom'react';
/**
* A type of an object that have a route key as an object key
* and a value whether to prevent that route.
*/exportconstPreventRemoveContext = /*#__PURE__*/React.createContext(undefined);
//# sourceMappingURL=PreventRemoveContext.js.map