Files
klz-cables.com/.pnpm-store/v10/files/2b/96a26de6cca04ec7f8cce5d6ec14e5d8568496cd1d784c5062ec2f5314aa3d655b9dae653866f96e506e5866b797e12039a6bb8a5aaa78071bee919320165a
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
326 B
Plaintext

import type { ClientField, SanitizedCollectionConfig } from 'payload';
import './index.scss';
import React from 'react';
export type Props = {
readonly collectionSlug: SanitizedCollectionConfig['slug'];
fields: ClientField[];
};
export declare const GroupByBuilder: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map