📄 is-processable-layer-rule.d.ts
/home/palash/git/site/node_modules/@csstools/postcss-cascade-layers/dist/is-processable-layer-rule.d.ts
Language: ts • Lines: 2
import type { AtRule } from 'postcss';
export declare function isProcessableLayerRule(atRule: AtRule): boolean;