@types/webpack-blocks__sass
TypeScript icon, indicating that this package has built-in type declarations

2.0.6 • Public • Published

Installation

npm install --save @types/webpack-blocks__sass

Summary

This package contains type definitions for @webpack-blocks/sass (https://github.com/andywer/webpack-blocks/tree/master/packages/sass).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-blocks__sass.

index.d.ts

import { Block } from "webpack-blocks";

declare namespace sass {
    interface Options {
        includePaths?: string[] | undefined;
        indentedSyntax?: boolean | undefined;
        outputStyle?: string | undefined;
        sourceMap?: boolean | undefined;
    }
}

declare function sass(options?: sass.Options): Block;

export = sass;

Additional Details

Credits

These definitions were written by Max Boguslavskiy.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/webpack-blocks__sass

Weekly Downloads

26

Version

2.0.6

License

MIT

Unpacked Size

3.46 kB

Total Files

5

Last publish

Collaborators

  • types