UNPKG

408 BTypeScriptView Raw
1import { ComponentLocalizer, LocalLabels, Localization } from "./localization";
2export declare const ValidateErrorLocalizer: ComponentLocalizer;
3/**
4 * Secure translation through a selector
5 * @param local the Localization
6 * @returns a ComponentLocalizer object that contains the translation
7 */
8export declare const ValidateErrorLocalizerSelector: (local: Localization | undefined) => LocalLabels;