Files
conference-room-booking-system/frontend/node_modules/@csstools/postcss-ic-unit/dist/has-supports-at-rule-ancestor.d.ts
2025-08-20 21:01:11 -04:00

3 lines
109 B
TypeScript

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