UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

7 lines 248 B
import { ObjectGraph } from '../../graph/ObjectGraph'; export default class PropsInjector<Props> { private graph; constructor(graph: ObjectGraph); inject(passedProps: Props): Partial<Props>; } //# sourceMappingURL=PropsInjector.d.ts.map