[lingui__react]: Add i18nHash to withI18n (#42838)

This commit is contained in:
Robert Cooper
2020-03-09 11:04:02 -07:00
committed by GitHub
parent e80317f940
commit a2a32903ad
+1
View File
@@ -11,6 +11,7 @@ export interface withI18nOptions {
export interface withI18nProps {
i18n: I18n;
i18nHash: string | null | undefined;
}
export default function withI18n(options?: withI18nOptions):