Files
klz-cables.com/.pnpm-store/v10/files/36/52b62cb7e3ce6bd6001a54213c3931b5fd2009e01663fa96e689a61a3d5f0aaafacfd8faf984f3824deb7ed3867370a62cae0244ead656ac8b9e79cc73b693
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
396 B
Plaintext

import type { ClientBlock } from 'payload';
import React from 'react';
import './index.scss';
export type Props = {
readonly blocks: (ClientBlock | string)[];
readonly onSelect?: (blockType: string) => void;
/**
* Control the search term state externally
*/
searchTerm?: string;
};
export declare const BlockSelector: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map