Files
klz-cables.com/.pnpm-store/v10/files/5e/fc5527939a9bd5ee49a7ec69d71a75e2a8113cb22c8f895909e8b5e0f5873fb368c3692f3e2bcc398ebee3a9d0ac3d7740af905779c8e22dc7f7c4ea86dc74
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

10 lines
415 B
Plaintext

import React from 'react';
import type { ListControlsProps } from './types.js';
import './index.scss';
/**
* The ListControls component is used to render the controls (search, filter, where)
* for a collection's list view. You can find those directly above the table which lists
* the collection's documents.
*/
export declare const ListControls: React.FC<ListControlsProps>;
//# sourceMappingURL=index.d.ts.map