4 lines
202 B
TypeScript
4 lines
202 B
TypeScript
import { Dict, Scope, TranslateOptions } from "../typing";
|
|
import { I18n } from "../I18n";
|
|
export declare function createTranslationOptions(i18n: I18n, scope: Scope, options: Dict): TranslateOptions[];
|