MCPcopy
hub / github.com/jamiebuilds/unstated / SubscribeProps

Interface SubscribeProps

src/unstated.d.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19interface SubscribeProps {
20 to: (ContainerType<any> | Container<any>)[];
21 children(...instances: Container<any>[]): React.ReactNode;
22}
23
24export class Subscribe extends React.Component<SubscribeProps> {}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…