mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #3636 from Taritsyn/master
i18next: Add declaration of external module
This commit is contained in:
commit
72c2d4e969
4
i18next/i18next.d.ts
vendored
4
i18next/i18next.d.ts
vendored
@ -127,3 +127,7 @@ interface JQuery {
|
||||
}
|
||||
|
||||
declare var i18n: I18nextStatic;
|
||||
|
||||
declare module 'i18next' {
|
||||
export = i18n;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user