Files
klz-cables.com/.pnpm-store/v10/files/89/175120f7cf94c673bdf7981f55de51b884611234c53e1661c25b20c457c51f48317b76ca1892dc69cdb1733eb596336b4f36917ce5a40aecff4895d905b135
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

5 lines
251 B
Plaintext

import React from 'react';
import type { TableColumnsProviderProps } from './types.js';
export { useTableColumns } from './context.js';
export declare const TableColumnsProvider: React.FC<TableColumnsProviderProps>;
//# sourceMappingURL=index.d.ts.map