Files
klz-cables.com/.pnpm-store/v10/files/67/9db998d960a006264bfea768cee6e5443f0f4ddfb1060b3a824380ed07937879627b71566120cbdfc74431236757df5c3513d5cd36b2a5f6e0bdd9040f65e7
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
280 B
Plaintext

import React from 'react';
import type { LoadingOverlayContext } from './types.js';
export declare const LoadingOverlayProvider: React.FC<{
children?: React.ReactNode;
}>;
export declare const useLoadingOverlay: () => LoadingOverlayContext;
//# sourceMappingURL=index.d.ts.map