redux-dynamic-modules
redux-dynamic-modules copied to clipboard
Module '"redux-dynamic-modules"' has no exported member 'IModule'.
I added "redux-dynamic-modules": 5.2.3 as the dependency. When I try to import the IModule interface:
import { IModule } from 'redux-dynamic-modules';
Got the error:
Module '"redux-dynamic-modules"' has no exported member 'IModule'.