Files
klz-cables.com/.pnpm-store/v10/files/f4/3f17d0b745f6fb4a9e10acbe65a2c12f9759abf44b047ddd5810f4bc017a9be5125e6a28e0636f029ff7dfc40f93773431d1db3aec1b0c1c133eb75c3cb26d
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
282 B
Plaintext

import React from 'react';
import './index.scss';
type NoResultsProps = {
Actions?: React.ReactNode[];
Message: React.ReactNode;
};
export declare function NoListResults({ Actions, Message }: NoResultsProps): React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map