Files
klz-cables.com/.pnpm-store/v10/files/1d/d52db41be31db91d1add61989f0b85242315335825c96b8cf330929d6bc05e74759119b973d322601a1c2cf940785fb800094d8da54858a255ffcd0151c1ba
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
435 B
Plaintext

import type { ClientCollectionConfig, ClientConfig, ViewTypes } from 'payload';
import React from 'react';
import './index.scss';
type DefaultListViewTabsProps = {
collectionConfig: ClientCollectionConfig;
config: ClientConfig;
onChange?: (viewType: ViewTypes) => void;
viewType?: ViewTypes;
};
export declare const DefaultListViewTabs: React.FC<DefaultListViewTabsProps>;
export {};
//# sourceMappingURL=index.d.ts.map