Files
klz-cables.com/.pnpm-store/v10/files/47/6544a1e4bcfd7de35bd0a81fe7ee3a58c346ddce8a0f6b2e4d21cdb20d4e67f7f4d5e1124cfdf590101bc997eb4aec58410a80167fa11762de62e70eb72c95
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

9 lines
326 B
Plaintext

import type { Validate } from 'payload';
import React from 'react';
export type LoginFieldProps = {
readonly required?: boolean;
readonly type: 'email' | 'emailOrUsername' | 'username';
readonly validate?: Validate;
};
export declare const LoginField: React.FC<LoginFieldProps>;
//# sourceMappingURL=index.d.ts.map