UNPKG

@o3r/localization

Version:

This module provides a runtime dynamic language/translation support and debug tools.

11 lines 235 B
import type { Translation } from '@o3r/core'; /** * Translatable item */ export interface Translatable<T extends Translation> { /** * translations map */ translations: T; } //# sourceMappingURL=translatable.d.ts.map