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

8 lines
251 B
Plaintext

/// <reference types="react" />
export interface Props {
id: string;
announcement: string;
ariaLiveType?: "polite" | "assertive" | "off";
}
export declare function LiveRegion({ id, announcement, ariaLiveType }: Props): JSX.Element;