redux-dynamic-modules icon indicating copy to clipboard operation
redux-dynamic-modules copied to clipboard

Module '"redux-dynamic-modules"' has no exported member 'IModule'.

Open mrdulin opened this issue 3 years ago • 0 comments

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'.

stackblitz

mrdulin avatar Dec 29 '22 05:12 mrdulin