mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update definitions for "i18next" and "i18next-sprintf-postprecessor".
This commit is contained in:
@@ -9,9 +9,12 @@
|
||||
declare module "i18next-sprintf-postprocessor" {
|
||||
import i18next = require("i18next");
|
||||
|
||||
export default interface i18nextSprintfPostProcessor {
|
||||
interface i18nextSprintfPostProcessor {
|
||||
(): any;
|
||||
process(value: any, key: string, options: Object): void;
|
||||
overloadTranslationOptionHandler(args: Array<any>): void;
|
||||
}
|
||||
//export default function sprintf(): any;
|
||||
|
||||
var sprintf: i18nextSprintfPostProcessor;
|
||||
export default sprintf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user