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