UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

10 lines (9 loc) 198 B
/** * Translate a string given its path and translation params * * @param path * @param params */ export declare function translate(path: string, params?: { [key: string]: any; }): string;