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

import type { PluginCreator } from 'postcss';
declare type pluginOptions = {
    noIsPseudoSelector?: boolean;
};
declare const creator: PluginCreator<pluginOptions>;
export default creator;
Back to Directory File Manager