mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
12 lines
381 B
TypeScript
12 lines
381 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/borisyankov/DefinitelyTyped
|
|
|
|
/// <reference path="../i18next/i18next.d.ts" />
|
|
|
|
declare module angular.i18next {
|
|
interface I18nextProvider {
|
|
options: I18nextOptions;
|
|
}
|
|
} |