react-obsidian
Version:
Dependency injection framework for React and React Native applications
7 lines • 300 B
TypeScript
import { Graph } from '../../graph/Graph';
interface ProvidesParams {
name: string;
}
export declare function Provides({ name }?: Partial<ProvidesParams>): (graph: Graph, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
export {};
//# sourceMappingURL=Provides.d.ts.map