2 lines
132 B
TypeScript
2 lines
132 B
TypeScript
import type { Declaration } from 'postcss';
|
|
export declare function hasExactFallback(node: Declaration, newValue: string): boolean;
|