Interface PluginCreator<PluginOptions>

interface PluginCreator<PluginOptions> {
    postcss: true;
    (opts?): Processor_ | Plugin;
}

Type Parameters

  • PluginOptions

Properties

Properties

postcss: true