UNPKG

@tanstack/solid-router

Version:

Modern and scalable routing for Solid applications

9 lines 317 B
import * as Solid from 'solid-js'; const defaultNearestMatchContext = { matchId: () => undefined, routeId: () => undefined, match: () => undefined, hasPending: () => false, }; export const nearestMatchContext = Solid.createContext(defaultNearestMatchContext); //# sourceMappingURL=matchContext.jsx.map