Files
klz-cables.com/.pnpm-store/v10/files/c4/9ac3da14acb6650710f6aba4dfe32c835d9436531fd77d160c01af683bb3786dd75b063949a4668b1ad047bc37d8081e7d081403a3e346492371c8da3bff00
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
315 B
Plaintext

import type { ClientCollectionConfig } from 'payload';
import React from 'react';
import './index.scss';
export declare const GroupByHeader: React.FC<{
collectionConfig?: ClientCollectionConfig;
groupByFieldPath: string;
groupByValue: string;
heading: string;
}>;
//# sourceMappingURL=index.d.ts.map