the-forest/client/node_modules/@csstools/postcss-oklab-function/dist/modified-values.d.ts

6 lines
226 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import type { Declaration, Result } from 'postcss';
export declare function modifiedValues(originalValue: string, decl: Declaration, result: Result, preserve: boolean): {
rgb: string;
displayP3: string;
} | undefined;