Files
klz-cables.com/.pnpm-store/v10/files/e3/4067f066adeb44545304cf748259355da962f9d952f6561365899f32892dbc19efa4434ed30191fe2ce4b2ec9691bf9b0798618fa2ae24be78e218a24223d6
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
316 B
Plaintext

import React from 'react';
import './index.scss';
export declare const getHTMLDiffComponents: ({ fromHTML, toHTML, tokenizeByCharacter, }: {
fromHTML: string;
toHTML: string;
tokenizeByCharacter?: boolean;
}) => {
From: React.ReactNode;
To: React.ReactNode;
};
//# sourceMappingURL=index.d.ts.map