rollup-plugin-sass
Version:
Rollup Sass files.
4 lines (3 loc) • 356 B
TypeScript
import { RollupPluginSassOptions, RollupPluginSassState } from '../types';
export declare const INSERT_STYLE_ID = "___$insertStyle";
export declare const processRenderResponse: (rollupOptions: Pick<RollupPluginSassOptions, "insert" | "processor" | "output">, fileId: string, state: RollupPluginSassState, inCss: string) => Promise<void> | Promise<string>;