Skip to content

Interface: UseContainerValue

Defined in: src/wirestate-lit/consumption/use-container.ts:15

Represents value returned by useContainer.

Properties

value

ts
value: Container;

Defined in: src/wirestate-lit/consumption/use-container.ts:19

The active container from the nearest parent context.