UNPKG

@pdfme/ui

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

4 lines (3 loc) 170 B
import type { Lang, Dict } from '@pdfme/common'; export declare const getDict: (lang: Lang) => Dict; export declare const i18n: (key: keyof Dict, dict?: Dict) => string;