Files
klz-cables.com/.pnpm-store/v10/files/ea/65c9b06cfd064b8051e2deab20319dd13a3f15f5a051beecf51a9c0d7c998553f969454d585662c5d1bed75ef7b6b17f9119419f9e3ac34ff9663dae389093
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
353 B
Plaintext

import React from 'react';
import './index.scss';
export type PerPageProps = {
readonly defaultLimit?: number;
readonly handleChange?: (limit: number) => void;
readonly limit: number;
readonly limits: number[];
readonly resetPage?: boolean;
};
export declare const PerPage: React.FC<PerPageProps>;
//# sourceMappingURL=index.d.ts.map