Files
klz-cables.com/.pnpm-store/v10/files/3a/dee1470d5afe3f2fe7e88739804ce03b3c436a7520d2844072de9e3f8d95e2f518f807204dc18683249ccac45f21455271f2f84211d846003d3a060f1a60dd
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

8 lines
322 B
Plaintext

import type { ColumnPreference } from 'payload';
export declare function isColumnActive({ accessor, activeColumnsIndices, column, columns, }: {
accessor: string;
activeColumnsIndices: number[];
column: ColumnPreference;
columns: ColumnPreference[];
}): boolean;
//# sourceMappingURL=isColumnActive.d.ts.map