Files
klz-cables.com/.pnpm-store/v10/files/4f/c75671dc25114fe7420ac13632bcb3089ef3e7b339d1d57d92a55ac2a65a71820d6775c6e769e55ae3a3b4d9509488cc675f1f21744744f45e696b6f2fee15
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

7 lines
263 B
Plaintext

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