Files
klz-cables.com/.pnpm-store/v10/files/03/c446f31bddc3d713077fda7bc697f17fdaef9eb78f8a5683b1d7fcfdc27be086fd50bea67ae2ff35ef4e1613b66ee642d0c3ef4ded3f4389f8128a6698bb6e
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

12 lines
360 B
Plaintext

import type { SanitizedConfig } from 'payload';
import React from 'react';
export declare const DocumentTabLink: React.FC<{
adminRoute: SanitizedConfig['routes']['admin'];
ariaLabel?: string;
baseClass: string;
children?: React.ReactNode;
href: string;
isActive?: boolean;
newTab?: boolean;
}>;
//# sourceMappingURL=TabLink.d.ts.map