add exports to support type-checking of translation keys

This commit is contained in:
Jacob Overgaard
2023-08-01 11:29:09 +02:00
parent 6b1ea7d272
commit c84b482a2f

View File

@@ -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';