mirror of
https://github.com/symfony/ux-translator.git
synced 2026-03-24 00:12:19 +01:00
2 lines
125 B
TypeScript
2 lines
125 B
TypeScript
export declare function format(id: string, parameters: Record<string, string | number> | undefined, locale: string): string;
|