Files
klz-cables.com/.pnpm-store/v10/files/9a/b9ad070011f3d3b0d27d1479bb6c2c35a089b7a458696dca9c0dda556847d54b88642c46d1a51bc63bde6a97c6e9691ba4f8158b6a6918e738b32f92097aee
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
331 B
Plaintext

import type { QueryPreset, SanitizedCollectionPermission } from 'payload';
import React from 'react';
import './index.scss';
export declare const QueryPresetBar: React.FC<{
activePreset: QueryPreset;
collectionSlug?: string;
queryPresetPermissions: SanitizedCollectionPermission;
}>;
//# sourceMappingURL=index.d.ts.map