📄 atrule-within-rule.d.ts
/home/palash/git/site/node_modules/postcss-nesting/dist/lib/atrule-within-rule.d.ts
Language: ts • Lines: 5
import { options } from './options.js';
import { walkFunc } from './walk-func.js';
import type { AtRule, Rule } from 'postcss';
export default function atruleWithinRule(node: AtRule, parent: Rule, walk: walkFunc, opts: options): void;
export declare function isAtruleWithinRule(node: AtRule): boolean;