Files
klz-cables.com/.pnpm-store/v10/files/5b/5fa540f70236f38762a617b88b41a67a5ab60607a6cf0f99d5d3d2c836cfd26bb1adf80a053ac0b4b4c4a8879db83b15420df41156ae714b758ec6d11530a2
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
385 B
Plaintext

import type { AppRouterInstance } from 'next/dist/shared/lib/app-router-context.shared-runtime.js';
type BackToDashboardProps = {
adminRoute: string;
router: AppRouterInstance;
serverURL?: string;
};
export declare const handleBackToDashboard: ({ adminRoute, router, serverURL }: BackToDashboardProps) => void;
export {};
//# sourceMappingURL=handleBackToDashboard.d.ts.map