the-forest/client/node_modules/@csstools/postcss-oklab-function/dist/on-css-function.d.ts

5 lines
302 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
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;