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

13 lines
378 B
Plaintext

import type { ClientTab } from 'payload';
import React from 'react';
import './index.scss';
type TabProps = {
readonly hidden?: boolean;
readonly isActive?: boolean;
readonly parentPath: string;
readonly setIsActive: () => void;
readonly tab: ClientTab;
};
export declare const TabComponent: React.FC<TabProps>;
export {};
//# sourceMappingURL=index.d.ts.map