Fix minor inconsistency

This commit is contained in:
Joseph Garrone 2024-09-21 23:42:59 +02:00
parent 439bed2f24
commit bb163132fe
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ const { useI18n, ofTypeI18n } = i18nBuilder.build();
type I18n = typeof ofTypeI18n;
export { useI18n, I18n };
export { useI18n, type I18n };

View File

@ -4,4 +4,4 @@ const { useI18n, ofTypeI18n } = i18nBuilder.build();
type I18n = typeof ofTypeI18n;
export { useI18n, I18n };
export { useI18n, type I18n };