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

This commit is contained in:
Robert Cooper
2020-03-09 14:04:02 -04:00
committed by GitHub
parent e80317f940
commit a2a32903ad

View File

@@ -11,6 +11,7 @@ export interface withI18nOptions {
export interface withI18nProps {
i18n: I18n;
i18nHash: string | null | undefined;
}
export default function withI18n(options?: withI18nOptions):