Files
klz-cables.com/.pnpm-store/v10/files/8d/6687af6c87bc02c75b3c5bd56e627ce9a5fed78b636318abea9ee0a92e061fc116b2f67dfef9fae754528b252b5f733d32941964b8079658939ee1d05a5e5b
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
329 B
Plaintext

import type { I18nClient } from '@payloadcms/translations';
import React from 'react';
import './index.scss';
export type ErrorPillProps = {
className?: string;
count: number;
i18n: I18nClient;
withMessage?: boolean;
};
export declare const ErrorPill: React.FC<ErrorPillProps>;
//# sourceMappingURL=index.d.ts.map