the-forest/client/node_modules/postcss-nesting/dist/lib/walk-func.d.ts

5 lines
144 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import type { Container } from 'postcss';
export declare type walkFunc = (node: Container, opts: {
noIsPseudoSelector: boolean;
}) => void;