UNPKG

react-router-config-guard

Version:

Static route config and guard for React Router, base on react-router-config

2 lines 91 B
import { createContext } from "react"; export const FromRouteContext = createContext(null);