UNPKG

213 BTypeScriptView Raw
1export default function usePreventRemoveContext(): {
2 preventedRoutes: import("./PreventRemoveContext").PreventedRoutes;
3 setPreventRemove: (id: string, routeKey: string, preventRemove: boolean) => void;
4};