Files
klz-cables.com/.pnpm-store/v10/files/d0/5514632ba5a3dca64359c2e9693701d28bcc57874434284410269029bc86a94fbbbdf8c8496eb71a144290293d8843c921554095f1dcd51fc62173f8df1928
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

7 lines
259 B
Plaintext

import React from 'react';
export declare const EditDepthContext: React.Context<number>;
export declare const EditDepthProvider: React.FC<{
children: React.ReactNode;
}>;
export declare const useEditDepth: () => number;
//# sourceMappingURL=index.d.ts.map