@tanstack/solid-router
Version:
Modern and scalable routing for Solid applications
13 lines (12 loc) • 407 B
JavaScript
const require_runtime = require("./_virtual/_rolldown/runtime.cjs");
let solid_js = require("solid-js");
solid_js = require_runtime.__toESM(solid_js);
var nearestMatchContext = solid_js.createContext({
matchId: () => void 0,
routeId: () => void 0,
match: () => void 0,
hasPending: () => false
});
//#endregion
exports.nearestMatchContext = nearestMatchContext;
//# sourceMappingURL=matchContext.cjs.map