mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
Merge pull request #3636 from Taritsyn/master
i18next: Add declaration of external module
This commit is contained in:
Vendored
+4
@@ -127,3 +127,7 @@ interface JQuery {
|
||||
}
|
||||
|
||||
declare var i18n: I18nextStatic;
|
||||
|
||||
declare module 'i18next' {
|
||||
export = i18n;
|
||||
}
|
||||
Reference in New Issue
Block a user