ship-gis/node_modules/postcss-nesting/dist/lib/walk-func.d.ts

5 lines
144 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
import type { Container } from 'postcss';
export declare type walkFunc = (node: Container, opts: {
noIsPseudoSelector: boolean;
}) => void;