add exports to support type-checking of translation keys
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from './registry/translation.registry.js';
|
||||
export * from './localize.controller.js';
|
||||
export { registerTranslation } from './manager.js';
|
||||
export { registerTranslation, type DefaultTranslation, type Translation } from './manager.js';
|
||||
|
||||
Reference in New Issue
Block a user