UNPKG

@vaadin/hilla-react-i18n

Version:

Hilla I18n utils for React

7 lines (6 loc) 188 B
import { IntlMessageFormat } from "intl-messageformat"; export declare class FormatCache { #private; constructor(language: string); getFormat(translation: string): IntlMessageFormat; }