MCPcopy 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

1declare module "react-proxy" {
2 interface ReactProxyComponent {
3 update(Component: React.ComponentType): void;
4 get(): React.ComponentType;
5 }
6 export default function createProxy(

Callers 1

hotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected