on-css-function.d.ts 127 Bytes
import type { FunctionNode } from 'postcss-value-parser';
export declare function onCSSFunctionSRgb(node: FunctionNode): void;