Files
klz-cables.com/.pnpm-store/v10/files/34/5166e5467c0d5b1790a9c20ee618fc5fa3b28be5120a1715470b0e453c4ff35bf6bcbc422ba6ce140db98d3094ee9499d2427c399725ecbd882d09a0d43498
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

11 lines
279 B
Plaintext

import type { ClientUser } from 'payload';
import React from 'react';
import './index.scss';
export declare const SelectRow: React.FC<{
rowData: {
_isLocked: boolean;
_userEditing: ClientUser;
id: string;
};
}>;
//# sourceMappingURL=index.d.ts.map