UNPKG

impair

Version:

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

4 lines (3 loc) 240 B
import type { DependencyContainer } from 'tsyringe'; import type { ServiceInstance } from '../types'; export declare function useHandleLifecycle(container: DependencyContainer, resolvedServices: Set<ServiceInstance>): Set<ServiceInstance>;