ReduxFeature: SubAppFeature & {
    Provider: typeof Provider;
    _store: any;
    createStore: typeof createStore;
    options: ReduxFeatureOptions;
    prepare: any;
    wrap: ((_) => any);
}

redux support for a subapp

Type declaration