Preparing search index...
The search index is not available
@thepalaceproject/circulation-admin
@thepalaceproject/circulation-admin
components/ContextProvider
ContextProviderProps
Interface ContextProviderProps
interface
ContextProviderProps
{
children
?:
ReactNode
;
config
:
Partial
<
ConfigurationSettings
>
;
key
?:
Key
;
ref
?:
LegacyRef
<
default
>
;
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
;
}
Hierarchy
Props
<
default
>
ContextProviderProps
Index
Properties
children?
config
key?
ref?
store?
Properties
Optional
children
children
?:
ReactNode
config
config
:
Partial
<
ConfigurationSettings
>
Optional
key
key
?:
Key
Optional
ref
ref
?:
LegacyRef
<
default
>
Optional
store
store
?:
Store
<
{
api
:
CombinedState
<
{}
,
any
,
"api"
>
;
bookEditor
:
BookState
;
catalog
:
State
;
editor
:
CombinedState
<
State
>
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
config
key
ref
store
@thepalaceproject/circulation-admin
Loading...