Files
feedstr.live/node_modules/@csstools/postcss-hwb-function/dist/on-css-function.d.ts
T
2023-11-25 18:12:47 -05:00

3 lines
127 B
TypeScript

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