UNPKG

@tanstack/solid-router

Version:

Modern and scalable routing for Solid applications

7 lines 242 B
import * as Solid from 'solid-js'; const defaultNearestMatchContext = [ () => undefined, () => undefined, ]; export const nearestMatchContext = Solid.createContext(defaultNearestMatchContext); //# sourceMappingURL=matchContext.jsx.map