Andrei Komlev

Results 1 comments of Andrei Komlev

Based on this PR: [https://github.com/microsoft/redux-dynamic-modules/pull/192](https://github.com/microsoft/redux-dynamic-modules/pull/192) You can extend '**IDynamicModuleLoaderProps**' interface in your *.d.ts (like in global.d.ts). Just add: ```ts declare module 'redux-dynamic-modules-react' { export interface IDynamicModuleLoaderProps { /** Explicitly name...