Preparing search index...
The search index is not available
@thepalaceproject/library-registry-admin
@thepalaceproject/library-registry-admin
components/reusables/LogInForm
LogInFormProps
Interface LogInFormProps
interface
LogInFormProps
{
error
?:
FetchErrorData
;
extraFields
?:
Element
[]
;
legend
?:
string
;
logIn
:
(
data
:
FormData
)
=>
Promise
<
void
>
;
store
?:
Store
<
State
>
;
title
?:
string
;
}
Hierarchy (
View Summary
)
LogInFormStateProps
LogInFormOwnProps
LogInFormDispatchProps
LogInFormProps
Index
Properties
error?
extra
Fields?
legend?
log
In
store?
title?
Properties
Optional
error
error
?:
FetchErrorData
Optional
extra
Fields
extraFields
?:
Element
[]
Optional
legend
legend
?:
string
log
In
logIn
:
(
data
:
FormData
)
=>
Promise
<
void
>
Optional
store
store
?:
Store
<
State
>
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
extra
Fields
legend
log
In
store
title
@thepalaceproject/library-registry-admin
Loading...