has-fallback-decl.d.ts 109 Bytes
import type { Declaration } from 'postcss';
export declare function hasFallback(node: Declaration): boolean;