get-custom-properties-from-root.d.ts 163 B

12
  1. import valuesParser from 'postcss-value-parser';
  2. export default function getCustomPropertiesFromRoot(root: any, opts: any): Map<string, valuesParser.ParsedValue>;