Files
klz-cables.com/.pnpm-store/v10/files/d0/b4e6abadb4ab89b83abceba671b43a3de0c2e9a396b1b79d8300a79159860144c28349e63b728ad027e1c1837e9d9d5e9b5b6bf3eec1bab9622b3b171e5c80
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
282 B
Plaintext

import * as React from 'react';
type BodyProps = Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>>;
declare const Body: React.ForwardRefExoticComponent<Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>> & React.RefAttributes<HTMLBodyElement>>;
export { Body, type BodyProps };