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