Variable: ContainerContext
ts
const ContainerContext: Context<Nullable<Container>>;Defined in: src/wirestate-react/container/container-context.ts:15
React context carrying the container.
Remarks
Exported for advanced integrations such as custom providers, SSR, and testing. Prefer the useContainer / useInjection hooks for everyday access to the container and resolved services.