epiphany/node_modules/@csstools/postcss-ic-unit/dist/has-fallback-decl.d.ts

3 lines
109 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import type { Declaration } from 'postcss';
export declare function hasFallback(node: Declaration): boolean;