simondh's picture
front
cc651f6
raw
history blame
109 Bytes
import type { Declaration } from 'postcss';
export declare function hasFallback(node: Declaration): boolean;