epiphany/node_modules/postcss-custom-properties/dist/get-custom-properties-from-root.d.ts
2023-12-09 22:48:07 -08:00

3 lines
248 B
TypeScript

import type { Root } from 'postcss';
import valuesParser from 'postcss-value-parser';
export default function getCustomPropertiesFromRoot(root: Root, parsedValuesCache: Map<string, valuesParser.ParsedValue>): Map<string, valuesParser.ParsedValue>;