epiphany/node_modules/postcss-nesting/dist/lib/atrule-within-rule.d.ts

6 lines
326 B
TypeScript
Raw Permalink Normal View History

2023-12-09 22:48:07 -08:00
import { options } from './options.js';
import { walkFunc } from './walk-func.js';
import type { AtRule, Result, Rule } from 'postcss';
export default function atruleWithinRule(node: AtRule, parent: Rule, result: Result, walk: walkFunc, opts: options): void;
export declare function isAtruleWithinRule(node: AtRule): boolean;