Files
klz-cables.com/.pnpm-store/v10/files/5a/846142a05ab99d7508667e9c70b31ffe547d5b6e7c97f743f9eb07b45a47049b4d386704d10d3e2850fc40fa3d7b91eff9b400e11aa572ebe0d618db7b352f
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

8 lines
306 B
Plaintext

import React from 'react';
import type { ContextType } from './types.js';
export declare const useStepNav: () => ContextType;
export declare const Context: React.Context<ContextType>;
export declare const StepNavProvider: React.FC<{
children?: React.ReactNode;
}>;
//# sourceMappingURL=context.d.ts.map