2 lines
232 B
TypeScript
2 lines
232 B
TypeScript
import type { ComponentValue, FunctionNode } from '@csstools/css-parser-algorithms';
|
|
export declare function modifyGradientFunctionComponentValues(gradientFunction: FunctionNode, wideGamut?: boolean): Array<ComponentValue> | false;
|