Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface LoginFormProps

    interface LoginFormProps {
        formData: LoginFormData;
        onFormDataChange: (field: keyof LoginFormData, value: string) => void;
        onKeyPress: (e: KeyboardEvent) => void;
        onSubmit: () => void;
        state: LoginState;
    }
    Index

    Properties

    formData: LoginFormData
    onFormDataChange: (field: keyof LoginFormData, value: string) => void
    onKeyPress: (e: KeyboardEvent) => void
    onSubmit: () => void
    state: LoginState