Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-library/react-async
/ DevToolsProps
Interface
DevToolsProps
packages/react-async-devtools/src/index.d.ts:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Component } from
"react"
2
3
export
interface
DevToolsProps {}
4
5
declare
class
DevTools extends Component<DevToolsProps, any> {}
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected