Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Administration.User.Add
IProps
Interface IProps
Props
interface
IProps
{
plugins
:
Pick
<
ClientPlugin
,
"name"
|
"key"
>
[]
;
swr
:
{
addOneUser
:
(
user
:
IFrontMutateUser
)
=>
Promise
<
void
>
}
;
}
Index
Properties
plugins
swr
Properties
plugins
plugins
:
Pick
<
ClientPlugin
,
"name"
|
"key"
>
[]
swr
swr
:
{
addOneUser
:
(
user
:
IFrontMutateUser
)
=>
Promise
<
void
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
plugins
swr
Tanatloc documentation
Loading...
Props