mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
13 lines
396 B
TypeScript
13 lines
396 B
TypeScript
// Type definitions for i18next v0.3.6
|
|
// Project: https://github.com/i18next/ng-i18next
|
|
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="../i18next/i18next-2.0.17.d.ts" />
|
|
|
|
declare namespace angular.i18next {
|
|
interface I18nextProvider {
|
|
options: I18nextOptions;
|
|
}
|
|
}
|