PromoCursed/node_modules/@csstools/postcss-hwb-function/dist/on-css-function.d.ts
2024-08-20 23:25:37 +04:00

3 lines
127 B
TypeScript

import type { FunctionNode } from 'postcss-value-parser';
export declare function onCSSFunctionSRgb(node: FunctionNode): void;