epiphany/node_modules/postcss-nesting/dist/lib/atrule-within-rule.d.ts
2023-12-09 22:48:07 -08:00

5 lines
326 B
TypeScript

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;