UNPKG

impair

Version:

impair is a React framework bringing several programming concepts together in order to provide a foundation for a layered, scalable, performant and enterprise level react application.

4 lines (3 loc) 285 B
import { type PropsWithChildren } from 'react'; import type { ProviderProps } from '../types'; export declare function ServiceProvider<P extends object>({ provide, children, props, initializeSingletons, }: PropsWithChildren<ProviderProps<P>>): import("react/jsx-runtime").JSX.Element;