Add parameter component

This commit is contained in:
2022-04-08 14:00:32 +08:00
parent d7e15793b9
commit 7556ea983e
10 changed files with 321 additions and 224 deletions
@@ -78,4 +78,4 @@ class Localization extends Component<ILocalizationProps & IMixinSettingProps &
}
}
export { Localization, I18N, LanguageDataBase, AllI18nKeys };
export { Localization, I18N, LanguageDataBase, AllI18nKeys, ILocalizationProps };