UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

4 lines 198 B
import { Constructable } from '../../types'; import { Graph } from '../../graph/Graph'; export declare function Injectable(Graph: Constructable<Graph>): any; //# sourceMappingURL=Injectable.d.ts.map