mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[lingui__react]: Add i18nHash to withI18n (#42838)
This commit is contained in:
parent
e80317f940
commit
a2a32903ad
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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user