ship-gis/node_modules/@csstools/postcss-hwb-function/dist/has-supports-at-rule-ancestor.d.ts
2026-01-22 09:14:01 +09:00

3 lines
109 B
TypeScript

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