UNPKG

reactant-di

Version:

A dependency injection lib for Reactant

8 lines 211 B
import { Container } from 'inversify'; /** * > Make sure that `Container` type for getting module. */ declare class ModuleRef extends Container { } export { ModuleRef }; //# sourceMappingURL=moduleRef.d.ts.map