epiphany/node_modules/postcss-nesting/dist/lib/walk-func.d.ts
2023-12-09 22:48:07 -08:00

4 lines
160 B
TypeScript

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