UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

5 lines 193 B
import { Constructable } from '../../types'; export interface ResolveChain<T> { proceed<Props = any>(Graph: Constructable<T>, props?: Props): T; } //# sourceMappingURL=ResolveChain.d.ts.map