UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

3 lines (2 loc) 173 B
export declare function get(object: any, path: string): any; export declare function createI18nTranslate(name: string, app: any, newPrefix?: string): (path: string) => any;