i18next: Add declaration of external module

This commit is contained in:
Andrey Taritsyn
2015-02-11 19:21:55 +03:00
parent cf7c97b2a6
commit c4efb1a690
+4
View File
@@ -127,3 +127,7 @@ interface JQuery {
}
declare var i18n: I18nextStatic;
declare module 'i18next' {
export = i18n;
}