Files
klz-cables.com/.pnpm-store/v10/files/d2/482da9acd98cc0fd02d21e960059ca72c76f6256e2c431d088aab32ed1b1466b149fdfafa73e7ab2a94d2fedd0506c3704517ac77e5fe934ac4c15cb994f99
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
369 B
Plaintext

import React from 'react';
export type CreatedAtCellProps = {
collectionSlug?: string;
docID?: number | string;
globalSlug?: string;
isTrashed?: boolean;
rowData?: {
id: number | string;
updatedAt: Date | number | string;
};
};
export declare const CreatedAtCell: React.FC<CreatedAtCellProps>;
//# sourceMappingURL=index.d.ts.map