Files
klz-cables.com/.pnpm-store/v10/files/5c/430c542ac97efc8892e7f578f4086e614bc11315c35b73b3003119c4a40d728d7849d5cd9dd3b98d5fb568bee47f8fa228b69cc2300cf55cb8d79fa2f72e0e
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

8 lines
325 B
Plaintext

import type { AdminViewServerProps } from 'payload';
import React from 'react';
import './index.scss';
export declare const LogoutView: React.FC<{
inactivity?: boolean;
} & AdminViewServerProps>;
export declare function LogoutInactivity(props: AdminViewServerProps): React.JSX.Element;
//# sourceMappingURL=index.d.ts.map