2025-08-13 18:05:26 +02:00

5 lines
144 B
TypeScript

import type { Container } from 'postcss';
export declare type walkFunc = (node: Container, opts: {
noIsPseudoSelector: boolean;
}) => void;