walk-func.d.ts 144 Bytes
import type { Container } from 'postcss';
export declare type walkFunc = (node: Container, opts: {
    noIsPseudoSelector: boolean;
}) => void;