📄 get-custom-properties-from-root.d.ts
/home/palash/git/site/node_modules/postcss-custom-properties/dist/lib/get-custom-properties-from-root.d.ts
Language: ts • Lines: 2
import valuesParser from 'postcss-value-parser';
export default function getCustomPropertiesFromRoot(root: any, opts: any): Map<string, valuesParser.ParsedValue>;