芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/@vue/component-compiler-utils/dist/styleProcessors/index.d.ts
export interface StylePreprocessor { render(source: string, map: any | null, options: any): StylePreprocessorResults; } export interface StylePreprocessorResults { code: string; map?: any; errors: Array
; } export declare const processors: { [key: string]: StylePreprocessor; };