UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

6 lines (4 loc) 150 B
import { Constructable } from '../../types'; export interface ResolveChain<T> { proceed<Props = any>(Graph: Constructable<T>, props?: Props): T; }