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.

5 lines (4 loc) 254 B
import { DependencyContainer } from 'tsyringe'; export declare const globalContainer: DependencyContainer; export declare const Context: import("react").Context<DependencyContainer>; export declare function useDependencyContainer(): DependencyContainer;