epiphany/node_modules/postcss-double-position-gradients/dist/has-fallback-decl.d.ts
2023-12-09 22:48:07 -08:00

2 lines
109 B
TypeScript

import type { Declaration } from 'postcss';
export declare function hasFallback(node: Declaration): boolean;