the-forest/client/node_modules/postcss-custom-properties/dist/lib/get-custom-properties-from-imports.d.ts

4 lines
232 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import type { ImportOptions } from './options';
import valuesParser from 'postcss-value-parser';
export default function getCustomPropertiesFromImports(sources: Array<ImportOptions>): Promise<Map<string, valuesParser.ParsedValue>>;