UNPKG

@vue-ioc/core

Version:

IoC and DI for Vue powered by InversifyJS and inspired by Angular @Module syntactic sugar.

3 lines (2 loc) 115 B
import { Context } from '../types'; export declare const onActivation: (context: Context, instance: any) => any;