UNPKG

power-di

Version:

A lightweight Dependency Injection library. Using es6 and other features, remove unnecessary concepts, easy and convenient to use.

5 lines (4 loc) 190 B
import * as React from 'react'; import { IocContext } from '../IocContext'; export declare const Context: React.Context<IocContext>; export declare const ContextSymbol = "__PowerDIContext";