Files
klz-cables.com/.pnpm-store/v10/files/fa/aef28d2a7db90bc4155213e9a48874b33ecb640bcae7b4615e5a4f8d9f6c8b609bb2da905e9fa9b9bba7d54add08c8d869dd1505b9c24303c1182c38c053db
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

9 lines
348 B
Plaintext

import React from 'react';
export declare const OperationContext: React.Context<Operation>;
export declare const OperationProvider: React.FC<{
children: React.ReactNode;
operation: Operation;
}>;
export type Operation = 'create' | 'update';
export declare const useOperation: () => Operation | undefined;
//# sourceMappingURL=index.d.ts.map