UNPKG

reactant-di

Version:

A dependency injection lib for Reactant

4 lines 188 B
import { ServiceIdentifier } from './interfaces'; declare const forwardRef: (callback: () => ServiceIdentifier<any>) => any; export { forwardRef }; //# sourceMappingURL=forwardRef.d.ts.map