UNPKG

@ima/react-page-renderer

Version:

IMA.js React page renderer.

11 lines 281 B
import { Dictionary } from '@ima/core'; /** * Provides direct access to Dictionary.get function. * * @example * const localize = useLocalize(); * * @returns Localized string. */ export declare function useLocalize(): Dictionary['get']; //# sourceMappingURL=localize.d.ts.map