MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / ReactProxyComponent

Interface ReactProxyComponent

src/development/types.ts:2–5  ·  view source on GitHub ↗

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(
7 Component: React.ComponentType
8 ): ReactProxyComponent;

Callers 3

hotFunction · 0.80
getComponentByTagNameFunction · 0.80
hotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected