Files
klz-cables.com/.pnpm-store/v10/files/3e/7279a0a03909e194bef0f3596e0a8812ef995dabd7f7614691822fe00021cab2ad9bcc9a9c2dc43ec417bdab29afdd672ae4d233e63bdf1ba69c56550a97d0
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

17 lines
644 B
Plaintext

import type { TFunction } from '@payloadcms/translations';
import type { LoginWithUsernameOptions, SanitizedFieldPermissions } from 'payload';
import React from 'react';
import './index.scss';
type RenderEmailAndUsernameFieldsProps = {
className?: string;
loginWithUsername?: false | LoginWithUsernameOptions;
operation?: 'create' | 'update';
permissions?: {
[fieldName: string]: SanitizedFieldPermissions;
} | true;
readOnly: boolean;
t: TFunction;
};
export declare function EmailAndUsernameFields(props: RenderEmailAndUsernameFieldsProps): React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map