Files
klz-cables.com/.pnpm-store/v10/files/03/87d39290c8271bcfe6be94f2ca953be660c46bfa5bda38bb663a2938a5bef770d234f04f08ad38b10f4074376ca79e1bd5a2d6db24ee4b9b764bf329a14e96
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
520 B
Plaintext

import type { CustomComponent, EditConfig, SanitizedCollectionConfig, SanitizedGlobalConfig } from 'payload';
export declare function getViewActions({ editConfig, viewKey, }: {
editConfig: EditConfig;
viewKey: keyof EditConfig;
}): CustomComponent[];
export declare function getSubViewActions({ collectionOrGlobal, viewKeyArg, }: {
collectionOrGlobal: SanitizedCollectionConfig | SanitizedGlobalConfig;
viewKeyArg?: keyof EditConfig;
}): CustomComponent[];
//# sourceMappingURL=attachViewActions.d.ts.map