Files
klz-cables.com/.pnpm-store/v10/files/86/0c6e7ea964e49a4ca71b750125276997fcc29ffcbd179edc2b7bead93ce555d4d8d4f59e9e810942c4c9212076e2f5a9fca7803c624b40f2cfca859a6fbf6d
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
281 B
Plaintext

import React from 'react';
import './index.scss';
export type ClickableArrowProps = {
direction?: 'left' | 'right';
isDisabled?: boolean;
updatePage?: () => void;
};
export declare const ClickableArrow: React.FC<ClickableArrowProps>;
//# sourceMappingURL=index.d.ts.map