UNPKG

439 BTypeScriptView Raw
1import * as d from './declarations';
2/**
3 * The entrypoint of the Stencil Sass plugin
4 *
5 * This function creates & configures the plugin to be used by consuming Stencil projects
6 *
7 * For configuration details, please see the [GitHub README](https://github.com/ionic-team/stencil-sass).
8 *
9 * @param opts options to configure the plugin
10 * @return the configured plugin
11 */
12export declare function sass(opts?: d.PluginOptions): d.Plugin;