UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

5 lines 321 B
import { Constructable } from '../../types'; import { ObjectGraph } from '../../graph/ObjectGraph'; declare const _default: <P>(Graph: Constructable<ObjectGraph>, target: any, props?: Partial<P> | undefined, injectionToken?: string) => ObjectGraph<unknown>; export default _default; //# sourceMappingURL=useGraph.d.ts.map