UNPKG

rollup-plugin-sass

Version:
4 lines (3 loc) 315 B
import { LegacyOptions, Options, FileImporter } from 'sass'; export declare const getImporterListLegacy: (importOption: LegacyOptions<"async">["importer"]) => import("sass").LegacyAsyncImporter[]; export declare const getImporterListModern: (importOption: Options<"async">["importers"]) => FileImporter<"async">[];