📄 get-custom-properties-from-imports.d.ts
/home/palash/git/site/node_modules/postcss-custom-properties/dist/lib/get-custom-properties-from-imports.d.ts
Language: ts • Lines: 3
import type { ImportOptions } from './options';
import valuesParser from 'postcss-value-parser';
export default function getCustomPropertiesFromImports(sources: Array<ImportOptions>): Promise<Map<string, valuesParser.ParsedValue>>;