epiphany/node_modules/@csstools/postcss-initial/dist/has-fallback-decl.d.ts
2023-12-09 22:48:07 -08:00

2 lines
132 B
TypeScript

import type { Declaration } from 'postcss';
export declare function hasExactFallback(node: Declaration, newValue: string): boolean;