UNPKG

teko-file-history

Version:

File history component for Teko system

9 lines (8 loc) 252 B
/** * Translate into corresponding language, return input text if the translation is not found * @param text String * @param lang String * @returns String */ declare const trans: (text: string, lang?: string) => any; export default trans;