LoginFormProps: {
    isLoading?: boolean;
    onMoodleLogin?: (() => void);
    useLoginForm?: (() => LoginFormHookReturn);
}

LoginFormProps is the type of the props object that must be passed to

Type declaration

Generated using TypeDoc