UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

4 lines 307 B
import { Constructable } from '../../types'; import { ObjectGraph } from '../../graph/ObjectGraph'; export declare function legacyDecorator(constructorOrGraph: Constructable<ObjectGraph> | ObjectGraph, _property?: string, descriptor?: PropertyDescriptor): any; //# sourceMappingURL=singleton.legacy.d.ts.map