Files
klz-cables.com/.pnpm-store/v10/files/e1/3a302d528fbc8be57349bd795c93bfeafc5fcf1deebef10f72db65086f7dcc5acb1ce4c62a27195762062f9cf1134d6261a7f98657a4b45f6cc5c7dc6afb92
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

17 lines
641 B
Plaintext

import React from 'react';
import type { StepNavItem } from './types.js';
import { StepNavProvider, useStepNav } from './context.js';
import './index.scss';
export { SetStepNav } from './SetStepNav.js';
declare const StepNav: React.FC<{
readonly className?: string;
readonly CustomIcon?: React.ReactNode;
/**
* @deprecated
* This prop is deprecated and will be removed in the next major version.
* Components now import their own `Link` directly from `next/link`.
*/
readonly Link?: React.ComponentType;
}>;
export { StepNav, StepNavItem, StepNavProvider, useStepNav };
//# sourceMappingURL=index.d.ts.map