ic-reactor
Example
GitHub
Preparing search index...
react
types
AgentHooksReturnType
Interface AgentHooksReturnType
interface
AgentHooksReturnType
{
useAgent
:
()
=>
undefined
|
types
.
HttpAgent
;
useAgentState
:
()
=>
types
.
AgentState
;
}
Hierarchy (
View Summary
)
AgentHooksReturnType
CreateReactorReturnType
types
.
AgentContext
CreateAgentContextReturnType
Index
Properties
use
Agent
use
Agent
State
Properties
use
Agent
useAgent
:
()
=>
undefined
|
types
.
HttpAgent
use
Agent
State
useAgentState
:
()
=>
types
.
AgentState
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
use
Agent
use
Agent
State
Example
GitHub
ic-reactor
Loading...