UNPKG

@tanstack/solid-router

Version:

Modern and scalable routing for Solid applications

11 lines (10 loc) 268 B
import * as Solid from "solid-js"; var nearestMatchContext = Solid.createContext({ matchId: () => void 0, routeId: () => void 0, match: () => void 0, hasPending: () => false }); //#endregion export { nearestMatchContext }; //# sourceMappingURL=matchContext.js.map