UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

11 lines (10 loc) 230 B
import * as React from "react"; const matchContext = React.createContext(void 0); const dummyMatchContext = React.createContext( void 0 ); export { dummyMatchContext, matchContext }; //# sourceMappingURL=matchContext.js.map