Files
klz-cables.com/.pnpm-store/v10/files/bd/44fe6fe689052fda4d2d8d4ad159152849f82b924737ec38ac0b45d3910e2b798dbffd03e4ae31a44a8f22105035e01554798c0bcc749c6500377ecfd13615
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

11 lines
311 B
Plaintext

import React from 'react';
import './index.scss';
export type RenderTitleProps = {
className?: string;
element?: React.ElementType;
fallback?: string;
fallbackToID?: boolean;
title?: string;
};
export declare const RenderTitle: React.FC<RenderTitleProps>;
//# sourceMappingURL=index.d.ts.map