@injectable-ts/react
Version:
Purely-functional strictly-typed IoC/DI for TypeScript
3 lines (2 loc) • 301 B
TypeScript
import { Injectable, InjectableDependencies, InjectableValue, UnknownDependencyTree } from '@injectable-ts/core';
export declare function useInjectable<Input extends Injectable<UnknownDependencyTree, unknown>>(input: Input, overrides?: Partial<InjectableDependencies<Input>>): InjectableValue<Input>;