UNPKG

impair

Version:

A framework for building React applications with OOP principles and a layered architecture.

3 lines (2 loc) 178 B
import { Constructor, ProviderProps } from '../types'; export declare function provide(registrations: ProviderProps<any>['provide']): <T extends Constructor>(target: T) => void;