MCPcopy
hub / github.com/BetaSu/big-react / Container

Interface Container

packages/react-noop-renderer/src/hostConfig.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Props } from 'shared/ReactTypes';
4
5export interface Container {
6 rootID: number;
7 children: (Instance | TextInstance)[];
8}
9
10export interface Instance {
11 id: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected