Files
personal-stat-tracker/frontend/node_modules/@csstools/postcss-cascade-layers/dist/is-processable-layer-rule.d.ts
2022-11-23 15:48:57 -06:00

3 lines
112 B
TypeScript

import type { AtRule } from 'postcss';
export declare function isProcessableLayerRule(atRule: AtRule): boolean;