UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

7 lines 297 B
import { Constructable } from '../../types'; import { Graph } from '../Graph'; export declare class ObtainLifecycleBoundGraphException extends Error { constructor(graph: Constructable<Graph>); private static createMessage; } //# sourceMappingURL=ObtainLifecycleBoundGraphException.d.ts.map