UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

8 lines (7 loc) 187 B
/** * Translate a string given its path and translation scope * * @param path * @param scope */ export declare function translate(path: string, scope?: Record<string, any>): string;