Files
klz-cables.com/.pnpm-store/v10/files/9b/05b98ee0dd369a9db0ae36fd00ec11657829e0f8d6e9af9b756ddc3d1025c9fef18b84eb818c3e7c67fbd3d498feddf02bf7cd2f132adcb9472c725f25aaec
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
319 B
Plaintext

import React from 'react';
export type FileMetaProps = {
filename: string;
filesize: number;
height?: number;
mimeType: string;
sizes?: unknown;
url: string;
width?: number;
};
import './index.scss';
export declare const FileMeta: React.FC<FileMetaProps>;
//# sourceMappingURL=index.d.ts.map