Type alias DependencyContainerParams

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

Specifies an existed container or options for a new container:

Property

A callback which setup bindings to the container.

Property

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

Type declaration

Generated using TypeDoc