UNPKG

rollup-plugin-sass

Version:
4 lines (3 loc) 356 B
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>;