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

import type { I18n } from '@payloadcms/translations';
import type { BasePayload, Config, LanguageOptions, TypedUser } from 'payload';
import React from 'react';
import './index.scss';
export declare const Settings: React.FC<{
readonly className?: string;
readonly i18n: I18n;
readonly languageOptions: LanguageOptions;
readonly payload: BasePayload;
readonly theme: Config['admin']['theme'];
readonly user?: TypedUser;
}>;
//# sourceMappingURL=index.d.ts.map