UNPKG

@injectable-ts/react

Version:

Purely-functional strictly-typed IoC/DI for TypeScript

5 lines (4 loc) 228 B
import * as React from 'react'; import { ProviderProps } from 'react'; import { UnknownDependencies } from './context'; export declare function DependenciesProvider(props: ProviderProps<UnknownDependencies>): React.JSX.Element;