UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

6 lines 292 B
import { ObjectGraph } from '../ObjectGraph'; import { GraphResolveChain } from './GraphResolveChain'; import { Middleware } from './Middleware'; export declare abstract class GraphMiddleware extends Middleware<ObjectGraph, GraphResolveChain> { } //# sourceMappingURL=GraphMiddleware.d.ts.map