UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

4 lines 278 B
import { ObjectGraph } from '../src/graph/ObjectGraph'; import { Constructable } from '../src/types'; export declare function mockGraphs(graphNameToGraph: Record<string, Constructable<ObjectGraph> | ((props: any) => ObjectGraph)>): void; //# sourceMappingURL=mockGraphs.d.ts.map