react-obsidian
Version:
Dependency injection framework for React and React Native applications
2 lines • 315 B
TypeScript
export declare function modernDecorator<This, Args extends any[], Return>(name: string | undefined, target: (this: This, ...args: Args) => Return, context: ClassMethodDecoratorContext<This, (this: This, ...args: Args) => Return>): (this: This, ...args: Args) => Return;
//# sourceMappingURL=provides.modern.d.ts.map