%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/@vue/component-compiler-utils/dist/styleProcessors/ |
Current File : /home/ugotscom/3vfm3/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<Error>; } export declare const processors: { [key: string]: StylePreprocessor; };