Spaces:
Paused
Paused
File size: 302 Bytes
b1bbd1e | 1 2 3 4 5 | 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;
|