Frontend/25_01_07/mai/node_modules/postcss-lab-function/dist/has-fallback-decl.d.ts

3 lines
109 B
TypeScript
Raw Permalink Normal View History

2025-01-28 10:38:27 +00:00
import type { Declaration } from 'postcss';
export declare function hasFallback(node: Declaration): boolean;