the-forest/client/node_modules/postcss-nesting/dist/lib/walk-func.d.ts
2024-09-17 20:35:18 -04:00

5 lines
144 B
TypeScript

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