ship-gis/node_modules/@csstools/postcss-cascade-layers/dist/is-processable-layer-rule.d.ts

3 lines
112 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
import type { AtRule } from 'postcss';
export declare function isProcessableLayerRule(atRule: AtRule): boolean;