Files
klz-cables.com/.pnpm-store/v10/files/86/b9a06880c4680e08010dcb1ecbe7be7e43f9c4eac3c18e88371d04681e70ea45afe25eae797d2d2d6916670ea1846996e73bf11f5e98d0e9085fe9a1701a6f
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

12 lines
361 B
Plaintext

import type { ClientUser } from 'payload';
import React from 'react';
import './index.scss';
export declare const DocumentLocked: React.FC<{
handleGoBack: () => void;
isActive: boolean;
onReadOnly: () => void;
onTakeOver: () => void;
updatedAt?: null | number;
user?: ClientUser | number | string;
}>;
//# sourceMappingURL=index.d.ts.map