UNPKG

386 BTypeScriptView Raw
1import { ComponentLocalizer, LocalLabels, Localization } from "./localization";
2export declare const FileItemLocalizer: 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 FileItemLocalizerSelector: (local: Localization) => LocalLabels;