UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

8 lines 324 B
import { ObjectGraph } from '../../src'; export declare class GraphWithMultipleDependencies extends ObjectGraph { theDep(prefix: string, suffix: string): string; prefix(noopDep: string): string; suffix(noopDep: string): string; noopDep(): string; } //# sourceMappingURL=GraphWithMultipleDependencies.d.ts.map