Files
klz-cables.com/.pnpm-store/v10/files/ec/9695df3561ed38984d3cb8192e869694316544e3ac8dc7253b58195fad14e4a743a85ac92b1d2714b53786657900fc730bf2167608106a7bae2a8aa7168c16
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

10 lines
274 B
Plaintext

import React from 'react';
export type PageProps = {
isCurrent?: boolean;
isFirstPage?: boolean;
isLastPage?: boolean;
page?: number;
updatePage?: (page: any) => void;
};
export declare const Page: React.FC<PageProps>;
//# sourceMappingURL=index.d.ts.map