Files
klz-cables.com/.pnpm-store/v10/files/0b/db96a8f22c8c891023e9aad24dec206a67fdf8a5017a91ac1731bcb1878bcf102db9837039c629ce418e46fd402cfa268704068f76beac051ca2003fa1075e
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
277 B
Plaintext

import { Scope } from './scope';
/** Get the default current scope. */
export declare function getDefaultCurrentScope(): Scope;
/** Get the default isolation scope. */
export declare function getDefaultIsolationScope(): Scope;
//# sourceMappingURL=defaultScopes.d.ts.map