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

4 lines
213 B
Plaintext

import type { Announcements, ScreenReaderInstructions } from './types';
export declare const defaultScreenReaderInstructions: ScreenReaderInstructions;
export declare const defaultAnnouncements: Announcements;