UNPKG

react-application-core

Version:

A react-based application core for the business applications.

8 lines (7 loc) 223 B
import { IKeyValue } from '../definitions.interface'; /** * @stable [12.09.2018] * @param {TResult} props * @returns {*} */ export declare const singleton: <TResult extends IKeyValue>(props: TResult) => TResult;