UNPKG

power-di

Version:

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

7 lines (6 loc) 195 B
import * as React from 'react'; import { IocContext } from '../IocContext'; export declare const IocProvider: React.FC<{ context?: IocContext; children?: React.ReactNode | undefined; }>;