Type alias DependencyContainerParams

DependencyContainerParams: {
    binder?: DependencyContainerBinder;
    children: ReactNode;
    root?: boolean;
}

Specifies options for a new container:

Property

A callback which sets up bindings for the container.

Property

If true then a new container does not depend on any parent containers

Type declaration

Generated using TypeDoc