Skip to content

Commit f58f0a1

Browse files
authored
fix: add the type keyword to the ILocale interface (#273)
1 parent 325eea0 commit f58f0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { LocaleService } from './localeService';
2-
export { ILocale } from './localization';
2+
export type { ILocale } from './localization';

0 commit comments

Comments
 (0)