epiphany/node_modules/postcss-custom-properties/dist/parse-or-cached.d.ts

3 lines
187 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import valuesParser from 'postcss-value-parser';
export declare function parseOrCached(value: string, parsedValuesCache: Map<string, valuesParser.ParsedValue>): valuesParser.ParsedValue;