epiphany/node_modules/@csstools/postcss-gradients-interpolation-method/dist/modify-gradient-component-values.d.ts

3 lines
232 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import type { ComponentValue, FunctionNode } from '@csstools/css-parser-algorithms';
export declare function modifyGradientFunctionComponentValues(gradientFunction: FunctionNode, wideGamut?: boolean): Array<ComponentValue> | false;