UNPKG

react-application-core

Version:

A react-based application core for the business applications.

6 lines (5 loc) 192 B
import { IKeyValue } from '../definitions.interface'; /** * @stable [28.01.2020] */ export declare type TranslatorT = <TContext = IKeyValue>(key: string, context?: TContext) => string;