WXL
2 天以前 c80bc467a41daa6cbae4e5515a300a8ca98cfeaa
1
2
3
import { SimpleFile, I18NItem } from '../types';
export declare function readVueFiles(src: string): SimpleFile[];
export declare function parseVueFiles(vueFilesPath: string): I18NItem[];