UNPKG

nrgy

Version:

The library for reactive programming using efficient computing and MVC/MVVM patterns

9 lines (6 loc) 229 B
import { FC, PropsWithChildren } from 'react'; /** * This extension binds a dependency container to view controllers and view-models. */ declare const DitoxNrgyExtension: FC<PropsWithChildren>; export { DitoxNrgyExtension };