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