ember-intl
Version:
Internationalization for Ember projects
15 lines (12 loc) • 470 B
TypeScript
import type { Translations } from './-private/utils/translations';
/**
* NOTE: this is a generated file that is produced at build time during
* `treeForAddon`, if `publicOnly` is disabled.
*
* If `publicOnly` is enabled, we'll still want this empty export to be present,
* to that the import in `-private/utils/hydrate.ts` works unconditionally.
* @private
* @hide
*/
declare const translations: readonly [string, Translations][];
export default translations;