get-custom-properties-from-imports.d.ts 232 Bytes Raw Blame History Permalink 1 2 3 import type { ImportOptions } from './options'; import valuesParser from 'postcss-value-parser'; export default function getCustomPropertiesFromImports(sources: Array<ImportOptions>): Promise<Map<string, valuesParser.ParsedValue>>;