mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
[lingui__react]: Add i18nHash to withI18n (#42838)
This commit is contained in:
1
types/lingui__react/withI18n.d.ts
vendored
1
types/lingui__react/withI18n.d.ts
vendored
@@ -11,6 +11,7 @@ export interface withI18nOptions {
|
||||
|
||||
export interface withI18nProps {
|
||||
i18n: I18n;
|
||||
i18nHash: string | null | undefined;
|
||||
}
|
||||
|
||||
export default function withI18n(options?: withI18nOptions):
|
||||
|
||||
Reference in New Issue
Block a user