Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodegui/react-nodegui
/ update
Method
update
src/development/types.ts:3–3 ·
view source on GitHub ↗
(Component: React.ComponentType)
Source
from the content-addressed store, hash-verified
1
declare module
"react-proxy"
{
2
interface
ReactProxyComponent {
3
update(Component: React.ComponentType): void;
4
get(): React.ComponentType;
5
}
6
export
default
function
createProxy(
Callers
1
hot
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected