Files
klz-cables.com/.pnpm-store/v10/files/eb/2e05484afd84a866d14d194ef1c9747ca60b202482f03e519ef2d04d041d1266e5580ae9b60ba4eab9ed2ef47643324caf054eb16cc2b604cfcdf9a28f1f66
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
447 B
Plaintext

import type { ClientCollectionConfig } from 'payload';
import React from 'react';
import './index.scss';
type Props = {
readonly collectionConfig: ClientCollectionConfig;
};
export declare function ActionsBar({ collectionConfig }: Props): React.JSX.Element;
type ActionsProps = {
readonly className?: string;
};
export declare function Actions({ className }: ActionsProps): React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map