From 29b41f617fbc72238530f9de5cc99cdc5904932c Mon Sep 17 00:00:00 2001 From: xiaowei Date: Mon, 26 Jul 2021 10:53:42 +0800 Subject: [PATCH] fix: add the type keyword to the ILocale interface --- src/i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 2cdb22ab8..265460c20 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -1,2 +1,2 @@ export { LocaleService } from './localeService'; -export { ILocale } from './localization'; +export type { ILocale } from './localization';