Files
klz-cables.com/.pnpm-store/v10/files/76/dde32df0bce31629257808d2206791ace913f6641e6f5e16958d54ccf4e6f3d83d3ee11afd238c429ab63ad57af45fbd74c11c79f55e34739dd5ccb660ba40
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
264 B
Plaintext

type EditFolderActionProps = {
folderCollectionSlug: string;
id: number | string;
};
export declare const EditFolderAction: ({ id, folderCollectionSlug }: EditFolderActionProps) => import("react").JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map