walk-func.d.ts 144 Bytes Raw Blame History Permalink 1 2 3 4 import type { Container } from 'postcss'; export declare type walkFunc = (node: Container, opts: { noIsPseudoSelector: boolean; }) => void;