Files
klz-cables.com/.pnpm-store/v10/files/19/e4f524ba9e5d65cc699e05ca33f809a53ea8359c3f40440fa9c77f345bf59e96a843e4162a6d8c2d6445c442be05b2a12a612a11522e9df692d91d3092b390
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
176 B
Plaintext

/// <reference types="react" />
interface Props {
id: string;
value: string;
}
export declare function HiddenText({ id, value }: Props): JSX.Element;
export {};