UNPKG

195 BTypeScriptView Raw
1import { SassException } from 'sass';
2import * as d from './declarations';
3export declare function loadDiagnostic(context: d.PluginCtx, sassError: SassException, filePath: string): d.Diagnostic;