Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/postcss-nesting/dist/lib/walk-func.d.ts

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