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