Files
klz-cables.com/.pnpm-store/v10/files/b4/0368bc464a659c7795d538bc55844aa2d7b84ad3d17177486fa45c1ed809a91fcf7d2be661889be3d774253d806d8b0e46b14b4ef55c36d82d08f1bb8d4b0b
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

9 lines
248 B
Plaintext

import React from 'react';
import './index.scss';
export declare const Dots: React.FC<{
ariaLabel?: string;
className?: string;
noBackground?: boolean;
orientation?: 'horizontal' | 'vertical';
}>;
//# sourceMappingURL=index.d.ts.map