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