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