@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
10 lines (9 loc) • 391 B
TypeScript
import { IntlShape } from "react-intl";
import { Localization } from "@gooddata/typings";
declare function getIntl(locale?: Localization.ILocale): IntlShape;
declare function getTranslation(translationId: string, locale: Localization.ILocale, values?: {}): string;
declare const _default: {
getIntl: typeof getIntl;
getTranslation: typeof getTranslation;
};
export default _default;