UNPKG

179 BTypeScriptView Raw
1import type { PreprocessorGroup, Options } from '../types';
2declare const scss: (options?: Options.Sass) => PreprocessorGroup;
3export default scss;
4export { scss, scss as sass };