Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/ManagePatronsTabContainer
ManagePatronsTabContainerProps
Interface ManagePatronsTabContainerProps
interface
ManagePatronsTabContainerProps
{
children
?:
ReactNode
;
class
?:
string
;
csrfToken
:
string
;
key
?:
Key
;
library
:
string
;
ref
?:
LegacyRef
<
TabContainerProps
>
;
store
:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
tab
:
string
;
}
Hierarchy (
View Summary
)
TabContainerProps
ManagePatronsTabContainerProps
Index
Properties
children?
class?
csrf
Token
key?
library
ref?
store
tab
Properties
Optional
children
children
?:
ReactNode
Optional
class
class
?:
string
csrf
Token
csrfToken
:
string
Optional
key
key
?:
Key
library
library
:
string
Optional
ref
ref
?:
LegacyRef
<
TabContainerProps
>
store
store
:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
tab
tab
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
class
csrf
Token
key
library
ref
store
tab
@thepalaceproject/circulation-admin
Loading...