UNPKG

impair

Version:

impair is a React framework bringing several programming concepts together in order to provide a foundation for a layered, scalable, performant and enterprise level react application.

4 lines (3 loc) 261 B
import { Constructor, ServicePropsType } from '../../types'; export declare function useResolve<T extends Constructor>(token: T): InstanceType<T>; export declare function useResolve<T extends Constructor>(token: T, props: ServicePropsType<T>): InstanceType<T>;