📄 on-css-function.d.ts
/home/palash/git/site/node_modules/@csstools/postcss-color-function/dist/on-css-function.d.ts
Language: ts • Lines: 3
import type { Declaration, Result } from 'postcss';
import type { FunctionNode } from 'postcss-value-parser';
export declare function onCSSFunctionSRgb(node: FunctionNode, decl: Declaration, result: Result, preserve: boolean): void;